first cut of Object Notification API and tests
[cilux] / src / platform / linux / kernelplat.c
index 96b92e3..605eb2d 100644 (file)
@@ -1,18 +1,6 @@
 
 /* -------------------------------------------------------------------------- */
 
 
 /* -------------------------------------------------------------------------- */
 
-#include <errno.h>
-#include <dlfcn.h>
-#include <stdarg.h>
-#include <signal.h>
-#include <fcntl.h>
-#include <sys/stat.h>
-#include <sys/mman.h>
-#include <netdb.h>
-#include <dirent.h>
-
-/* -------------------------------------------------------------------------- */
-
 static fd_set rd_fd_set;
 static fd_set wr_fd_set;
 static fd_set ex_fd_set;
 static fd_set rd_fd_set;
 static fd_set wr_fd_set;
 static fd_set ex_fd_set;