diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-08 09:46:48 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-08 09:46:48 +0200 |
commit | f048a5037cb19c0b754ad1e920b0be537e5a06ab (patch) | |
tree | bddc965b46671af594f7534e4e001b46cb506c93 /logind.h | |
parent | 016295b702512c205b738f33e0a5cb0eae5dd92a (diff) | |
download | drminfo-f048a5037cb19c0b754ad1e920b0be537e5a06ab.tar.gz |
drop udev depencency
Diffstat (limited to 'logind.h')
-rw-r--r-- | logind.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,9 +1,6 @@ #include <stdbool.h> #include <inttypes.h> -#include <libudev.h> -#include <libinput.h> - void logind_init(void); void logind_fini(void); int logind_open(const char *path); |