summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-05-02 14:17:33 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-01-25 09:56:13 +1000
commit30500626fe598b6199ed0d4a55a20bfdd4566c6b (patch)
tree832476fb8aca8b8e1988a7d9f7436136abfe2ac2
parent62f267a952208005bf378c554fa84f4dc2489b35 (diff)
downloadxorg-driver-xf86-input-libinput-30500626fe598b6199ed0d4a55a20bfdd4566c6b.tar.gz
Drop HAVE_CONFIG_H, we always have it defined
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/xf86libinput.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xf86libinput.c b/src/xf86libinput.c
index b9cd086..92e567d 100644
--- a/src/xf86libinput.c
+++ b/src/xf86libinput.c
@@ -23,9 +23,7 @@
* IN THE SOFTWARE.
*/
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#include <errno.h>
#include <fcntl.h>