mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-03-24 01:34:04 +00:00
drop obsolete #ifdef HAVE_CONFIG_H
config.h is always present Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -24,9 +24,7 @@
|
||||
* Peter Hutterer (peter.hutterer@redhat.com)
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <evdev.h>
|
||||
#include <evdev-properties.h>
|
||||
|
||||
@@ -21,9 +21,7 @@
|
||||
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <xserver-properties.h>
|
||||
|
||||
|
||||
@@ -32,9 +32,7 @@
|
||||
|
||||
/* Draglock code */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include "evdev.h"
|
||||
|
||||
#include <xf86.h>
|
||||
|
||||
@@ -30,10 +30,7 @@
|
||||
|
||||
/* Middle mouse button emulation code. */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "evdev.h"
|
||||
|
||||
#include <X11/Xatom.h>
|
||||
|
||||
@@ -29,10 +29,7 @@
|
||||
* generated.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "evdev.h"
|
||||
|
||||
#include <X11/Xatom.h>
|
||||
|
||||
@@ -30,9 +30,7 @@
|
||||
*/
|
||||
|
||||
/* Mouse wheel emulation code. */
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include "evdev.h"
|
||||
|
||||
#include <X11/Xatom.h>
|
||||
|
||||
@@ -28,10 +28,7 @@
|
||||
* Thomas H.P. Andersen (phomes@gmail.com)
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "evdev.h"
|
||||
#include "axis_labels.h"
|
||||
|
||||
|
||||
@@ -28,9 +28,7 @@
|
||||
* Oliver McFadden (oliver.mcfadden@nokia.com)
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifndef EVDEV_H
|
||||
#define EVDEV_H
|
||||
|
||||
Reference in New Issue
Block a user