mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-04-14 11:54:16 +00:00
Small #include fix.
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
#define SYNAPTICS_PRIVATE
|
||||
#include "synaptics.h"
|
||||
#include "ps2comm.h"
|
||||
#include "linux_input.h"
|
||||
|
||||
/*****************************************************************************
|
||||
* Variables without includable headers
|
||||
@@ -1447,4 +1448,3 @@ QueryHardware(LocalDevicePtr local)
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef _SYNAPTICS_H_
|
||||
#define _SYNAPTICS_H_
|
||||
|
||||
#include "linux_input.h"
|
||||
#include <X11/Xdefs.h>
|
||||
|
||||
/******************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user