efreet: Clean headers

Might affect other systems, please just add the needed headers and don't
complain.

SVN revision: 62557
This commit is contained in:
Sebastian Dransfeld 2011-08-18 07:35:48 +00:00
parent 68a31c96c0
commit 56f3b3b278
15 changed files with 6 additions and 62 deletions

View File

@ -1,15 +1,10 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#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>
#include <unistd.h>
#include <errno.h>
#include <Eina.h>
#include <Eet.h>

View File

@ -1,15 +1,10 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#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>
#include <unistd.h>
#include <errno.h>
#include <Eina.h>
#include <Eet.h>

View File

@ -20,13 +20,10 @@ extern "C"
void *alloca (size_t);
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <Eet.h>
#include <Ecore.h>

View File

@ -20,9 +20,6 @@ extern "C"
void *alloca (size_t);
#endif
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include <unistd.h>
/* define macros and variable for using the eina logging system */

View File

@ -9,8 +9,9 @@
#include <libgen.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <Eet.h>
#include <Ecore.h>

View File

@ -20,11 +20,6 @@ extern "C"
void *alloca (size_t);
#endif
#include <unistd.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <fcntl.h>
#ifdef HAVE_EVIL
# include <Evil.h>
#endif

View File

@ -22,7 +22,6 @@ void *alloca (size_t);
#include <sys/types.h>
#include <unistd.h>
#include <limits.h>
#include <ctype.h>
#ifdef _WIN32

View File

@ -20,14 +20,6 @@ extern "C"
void *alloca (size_t);
#endif
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <dirent.h>
#include <limits.h>
#include <Ecore.h>
#include <Ecore_File.h>

View File

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

View File

@ -20,12 +20,6 @@ extern "C"
void *alloca (size_t);
#endif
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <dirent.h>
#include <limits.h>
#include <Ecore_File.h>
/* define macros and variable for using the eina logging system */

View File

@ -19,18 +19,13 @@ extern "C"
void *alloca (size_t);
#endif
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/mman.h>
#include <unistd.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/mman.h>
#include <fnmatch.h>
#include <limits.h>
#ifdef _WIN32
# include <winsock2.h>

View File

@ -2,10 +2,6 @@
# include <config.h>
#endif
#include <stdio.h>
#include <errno.h>
#include <time.h>
#include <limits.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>

View File

@ -2,10 +2,7 @@
# include <config.h>
#endif
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <limits.h>
#ifndef _POSIX_HOST_NAME_MAX
#define _POSIX_HOST_NAME_MAX 255

View File

@ -22,12 +22,7 @@ extern "C"
void *alloca (size_t);
#endif
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <dirent.h>
#include <fnmatch.h>
#include <limits.h>
#include <Ecore_File.h>

View File

@ -2,8 +2,6 @@
# include <config.h>
#endif
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>