chiark / gitweb /
remove unused includes
[elogind.git] / src / udev / collect / collect.c
index 4bb6edbef11da04c35b3099b2a664e6e8f3fb4a3..6cf41c67bb322f6adef1ddb2190b52340fd6e99f 100644 (file)
  */
 
 #include <stdio.h>
-#include <stdlib.h>
 #include <stddef.h>
-#include <unistd.h>
-#include <signal.h>
-#include <fcntl.h>
 #include <errno.h>
-#include <string.h>
 #include <getopt.h>
-#include <sys/types.h>
-#include <sys/stat.h>
 
-#include "libudev.h"
 #include "libudev-private.h"
 #include "macro.h"