summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@daemonic.se>2020-09-19 12:11:54 +0200
committerNiclas Zeising <zeising@daemonic.se>2020-09-19 12:13:12 +0200
commit6ea230bc72353c54fac628987b87cc1d3b6fd842 (patch)
tree99fe1e9240b43db5bfcb1e3d9a3432a1508885e2 /tools
parent44b5c9bd9fc3694124ce1af815656bbda3ce6329 (diff)
tools: Remove signalfd.h include again
Remove the includsion of sys/signalfd.h again, it hasn't been needed since cca90938 and was accidentally re-added, probably as a mismerge, in a40e014e. Signed-off-by: Niclas Zeising <zeising@daemonic.se>
Diffstat (limited to 'tools')
-rw-r--r--tools/mouse-dpi-tool.c1
-rw-r--r--tools/touchpad-edge-detector.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/mouse-dpi-tool.c b/tools/mouse-dpi-tool.c
index 1088754..2adca63 100644
--- a/tools/mouse-dpi-tool.c
+++ b/tools/mouse-dpi-tool.c
@@ -33,7 +33,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/signalfd.h>
#include <unistd.h>
#include "libevdev/libevdev.h"
diff --git a/tools/touchpad-edge-detector.c b/tools/touchpad-edge-detector.c
index bf20b25..8472c27 100644
--- a/tools/touchpad-edge-detector.c
+++ b/tools/touchpad-edge-detector.c
@@ -34,7 +34,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/signalfd.h>
#include <unistd.h>
#include "libevdev/libevdev.h"