diff --git a/include/eventfd.h b/include/eventfd.h index b36e24c17..22a62a08c 100644 --- a/include/eventfd.h +++ b/include/eventfd.h @@ -1,11 +1,6 @@ #ifndef __CR_EVENTFD_H__ #define __CR_EVENTFD_H__ -#include -#include - -#include "compiler.h" -#include "asm/types.h" #include "files.h" extern int is_eventfd_link(int lfd); diff --git a/include/eventpoll.h b/include/eventpoll.h index 6224e2a46..4e6c1122b 100644 --- a/include/eventpoll.h +++ b/include/eventpoll.h @@ -1,11 +1,6 @@ #ifndef __CR_EVENTPOLL_H__ #define __CR_EVENTPOLL_H__ -#include -#include - -#include "compiler.h" -#include "asm/types.h" #include "files.h" extern int is_eventpoll_link(int lfd); diff --git a/include/fsnotify.h b/include/fsnotify.h index d4e41f979..a882fd93e 100644 --- a/include/fsnotify.h +++ b/include/fsnotify.h @@ -1,10 +1,6 @@ #ifndef __CR_FSNOTIFY_H__ #define __CR_FSNOTIFY_H__ -#include -#include - -#include "compiler.h" #include "asm/types.h" #include "files.h" diff --git a/include/sockets.h b/include/sockets.h index b318172cb..b11cdeeca 100644 --- a/include/sockets.h +++ b/include/sockets.h @@ -1,9 +1,6 @@ #ifndef __CR_SOCKETS_H__ #define __CR_SOCKETS_H__ -#include -#include -#include #include #include "asm/types.h"