chiark / gitweb /
Get rid of some more unused defines and dirs
[elogind.git] / src / shared / pty.c
index fbe6295ea599f57ddf0d9cbe64dd2c3d82b62b70..0f80f4863b0e1f4bde990f777bd1290331ebe91c 100644 (file)
 
 #include <errno.h>
 #include <fcntl.h>
-#include <limits.h>
-#include <linux/ioctl.h>
 #include <signal.h>
 #include <stdbool.h>
 #include <stdint.h>
-#include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
 #include <sys/epoll.h>
-#include <sys/eventfd.h>
 #include <sys/ioctl.h>
-#include <sys/types.h>
 #include <sys/uio.h>
 #include <sys/wait.h>
 #include <termios.h>