chiark / gitweb /
basic: include only what we use
[elogind.git] / src / basic / fs-util.h
index b1719b69b44e1ff777a3f545fd452c024e93764d..202926897e59a7e7272a61a9c6c949cc3d006445 100644 (file)
 ***/
 
 #include <fcntl.h>
+#include <limits.h>
+#include <stdbool.h>
+#include <stdint.h>
 #include <sys/inotify.h>
 #include <sys/types.h>
 #include <unistd.h>
-#include <limits.h>
 
 #include "time-util.h"