diff options
author | Isaac Freund <ifreund@ifreund.xyz> | 2020-11-11 14:16:41 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-11-11 15:40:47 +0100 |
commit | e06c9e43afd8d2067c2c28bc25ed0830e43e5c78 (patch) | |
tree | 547939dfa46a72c85c771c615ab0f94cb1be6977 /backend/libinput | |
parent | 0724b3c453e45b59aecdaecd6b654e1febb68dc7 (diff) |
Remove unneeded includes from wlr_input_device.h
This uncovered many places where we were using things without directly
including them.
Diffstat (limited to 'backend/libinput')
-rw-r--r-- | backend/libinput/backend.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/libinput/backend.c b/backend/libinput/backend.c index 3c42d7f8..12f76bbf 100644 --- a/backend/libinput/backend.c +++ b/backend/libinput/backend.c @@ -1,6 +1,7 @@ #include <assert.h> #include <libinput.h> #include <stdlib.h> +#include <stdio.h> #include <wlr/backend/interface.h> #include <wlr/backend/session.h> #include <wlr/util/log.h> |