From 0a66de813e85f015bf99fd871b6c9d28f9da9e43 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 14 Feb 2020 10:11:32 +1000 Subject: [PATCH] tools: drop use of HAVE_CONFIG_H There's no case where we don't have a config.h Signed-off-by: Peter Hutterer --- tools/mouse-dpi-tool.c | 2 -- tools/touchpad-edge-detector.c | 2 -- 2 files changed, 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 #include 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 #include -- 2.34.1