| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/device/physical_device.c')
| -rw-r--r-- | src/device/physical_device.c | 11 |
1 files changed, 5 insertions, 6 deletions
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 <fcntl.h> +/**** RELABSD *****************************************************************/ #include <errno.h> +#include <fcntl.h> #include <string.h> #include <unistd.h> +/**** LIBEVDEV ****************************************************************/ #include <libevdev/libevdev.h> -#include "error.h" -#include "axis.h" -#include "config.h" - -#include "input.h" +/**** RELABSD *****************************************************************/ +#include <relabsd/debug.h> /* * Ensures that the input device has enabled the EV_REL axes mentioned |


