chiark / gitweb /
Remove src/libsystemd-terminal
[elogind.git] / src / libudev / libudev-util.c
index 291829e6d89ce7ea8d7856b1a8b37f898586c2d5..0f8f634ca3ff19e7f6053d6ccceb3e4c6d9987d7 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <stddef.h>
 #include <unistd.h>
 #include <errno.h>
 #include <string.h>
-#include <dirent.h>
 #include <ctype.h>
-#include <fcntl.h>
-#include <time.h>
-#include <pwd.h>
-#include <grp.h>
-#include <sys/stat.h>
-#include <sys/param.h>
 
 #include "device-nodes.h"
 #include "libudev.h"