efreet: Remove unneeded headers

SVN revision: 67403
This commit is contained in:
Sebastian Dransfeld 2012-01-20 19:54:20 +00:00
parent 3c007c2791
commit 93ed956adf
11 changed files with 0 additions and 12 deletions

View File

@ -1,7 +1,6 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>

View File

@ -1,7 +1,6 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>

View File

@ -21,7 +21,6 @@ void *alloca (size_t);
#endif
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

View File

@ -9,7 +9,6 @@
#include <libgen.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

View File

@ -20,7 +20,6 @@ extern "C"
void *alloca (size_t);
#endif
#include <sys/types.h>
#include <unistd.h>
#include <ctype.h>

View File

@ -21,7 +21,6 @@ void *alloca (size_t);
#endif
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <sys/mman.h>

View File

@ -20,7 +20,6 @@ void *alloca (size_t);
#endif
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>

View File

@ -2,7 +2,6 @@
# include <config.h>
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <libgen.h>

View File

@ -3,7 +3,6 @@
#endif
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>

View File

@ -3,7 +3,6 @@
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/time.h>
#include <Ecore.h>

View File

@ -3,8 +3,6 @@
#endif
#include <limits.h>
#include <stdio.h>
#include <dirent.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <fcntl.h>