]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/login/logind-session-device.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / login / logind-session-device.c
index 656f268dba4eae34440005ec6a870359e7fb2608..d4d9052d10c874358da9e7dd692692eaed696043 100644 (file)
 ***/
 
 #include <fcntl.h>
-#include <libudev.h>
 #include <linux/input.h>
 #include <string.h>
 #include <sys/ioctl.h>
 #include <sys/types.h>
 
+#include "libudev.h"
+
 #include "util.h"
 #include "missing.h"
 #include "bus-util.h"