tools: drop use of HAVE_CONFIG_H
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 14 Feb 2020 00:11:32 +0000 (10:11 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 14 Feb 2020 02:03:23 +0000 (12:03 +1000)
There's no case where we don't have a config.h

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
tools/mouse-dpi-tool.c
tools/touchpad-edge-detector.c

index da441245d9812d4af210df4e22354fcaca138b1e..1aba812d780e1d73b56996caba1261114639aee3 100644 (file)
@@ -21,9 +21,7 @@
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <libevdev/libevdev.h>
 #include <sys/signalfd.h>
index cc81ec1bf55a313ff57b8cb20f108416e1b88822..5730ebeda2c7e5701c0a2af0d376d99ff8f204ef 100644 (file)
@@ -21,9 +21,7 @@
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <libevdev/libevdev.h>
 #include <sys/signalfd.h>