efreet: Clean headers
authorenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 18 Aug 2011 07:35:48 +0000 (07:35 +0000)
committerenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 18 Aug 2011 07:35:48 +0000 (07:35 +0000)
Might affect other systems, please just add the needed headers and don't
complain.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/efreet@62557 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 files changed:
src/bin/efreet_desktop_cache_create.c
src/bin/efreet_icon_cache_create.c
src/lib/efreet.c
src/lib/efreet_base.c
src/lib/efreet_cache.c
src/lib/efreet_desktop.c
src/lib/efreet_desktop_command.c
src/lib/efreet_icon.c
src/lib/efreet_ini.c
src/lib/efreet_menu.c
src/lib/efreet_mime.c
src/lib/efreet_trash.c
src/lib/efreet_uri.c
src/lib/efreet_utils.c
src/lib/efreet_xml.c

index 03638f9..8d09e59 100644 (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>
index 4dab68c..c7ffb9f 100644 (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>
index 5c1587d..4925533 100644 (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>
index 1ecb9f5..aaa2af0 100644 (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  */
index f7c4ce5..0204d2e 100644 (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>
index a0c7296..efe73b6 100644 (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
index 2ca0853..8479a57 100644 (file)
@@ -22,7 +22,6 @@ void *alloca (size_t);
 
 #include <sys/types.h>
 #include <unistd.h>
-#include <limits.h>
 #include <ctype.h>
 
 #ifdef _WIN32
index be0f83c..93dfc67 100644 (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>
 
index 05c3c78..113f3ab 100644 (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>
index 9d35ea4..3144b05 100644 (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  */
index 9527403..6960aee 100644 (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>
index d03dba6..2da7718 100644 (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>
index 24ecdd2..f4a0be7 100644 (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
index 8438df9..cd5fbbb 100644 (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>
 
index 8f1c877..6d294a9 100644 (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>