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 da44124..1aba812 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 cc81ec1..5730ebe 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>