From 4a9df9b604cec6ee4b4a6f01ef940443583f7573 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 26 Dec 2019 18:32:26 +0100 Subject: Still working on the daemonization (and rewrite). I am not sure that what I am doing is going to provide what was requested in https://github.com/nsensfel/relabsd/issues/3 but it will at the very least turn relabsd into a proper daemon, and the additions will help create some kind of relabsd device manager if someone needs such a thing. --- src/device/physical_device.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/device/physical_device.c') diff --git a/src/device/physical_device.c b/src/device/physical_device.c index a518750..7e365da 100644 --- a/src/device/physical_device.c +++ b/src/device/physical_device.c @@ -1,15 +1,14 @@ -#include +/**** RELABSD *****************************************************************/ #include +#include #include #include +/**** LIBEVDEV ****************************************************************/ #include -#include "error.h" -#include "axis.h" -#include "config.h" - -#include "input.h" +/**** RELABSD *****************************************************************/ +#include /* * Ensures that the input device has enabled the EV_REL axes mentioned -- cgit v1.2.3-70-g09d2