Remove unused #includes

This commit is contained in:
Mike Hommey 2012-04-20 08:38:41 +02:00 committed by Jason Evans
parent 834f8770ee
commit a5288ca934

View File

@ -12,7 +12,6 @@
# include <sys/uio.h> # include <sys/uio.h>
# include <pthread.h> # include <pthread.h>
#endif #endif
#include <sys/time.h>
#include <sys/types.h> #include <sys/types.h>
#include <errno.h> #include <errno.h>
@ -20,7 +19,6 @@
#ifndef SIZE_T_MAX #ifndef SIZE_T_MAX
# define SIZE_T_MAX SIZE_MAX # define SIZE_T_MAX SIZE_MAX
#endif #endif
#include <sched.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdio.h> #include <stdio.h>