summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-02-14 10:11:32 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-02-14 12:03:23 +1000
commit0a66de813e85f015bf99fd871b6c9d28f9da9e43 (patch)
treee31a9ff95b55a6b5549bcb7def85659589f22cc1 /tools
parent201dfc38f90b190b002a09b8ce98b8a026010b6e (diff)
tools: drop use of HAVE_CONFIG_H
There's no case where we don't have a config.h Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools')
-rw-r--r--tools/mouse-dpi-tool.c2
-rw-r--r--tools/touchpad-edge-detector.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/tools/mouse-dpi-tool.c b/tools/mouse-dpi-tool.c
index da44124..1aba812 100644
--- a/tools/mouse-dpi-tool.c
+++ b/tools/mouse-dpi-tool.c
@@ -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>
diff --git a/tools/touchpad-edge-detector.c b/tools/touchpad-edge-detector.c
index cc81ec1..5730ebe 100644
--- a/tools/touchpad-edge-detector.c
+++ b/tools/touchpad-edge-detector.c
@@ -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>