efreet: Remove unneeded headers

SVN revision: 67403
devs/devilhorns/wayland_egl
Sebastian Dransfeld 12 years ago
parent 3c007c2791
commit 93ed956adf
  1. 1
      legacy/efreet/src/bin/efreet_desktop_cache_create.c
  2. 1
      legacy/efreet/src/bin/efreet_icon_cache_create.c
  3. 1
      legacy/efreet/src/lib/efreet.c
  4. 1
      legacy/efreet/src/lib/efreet_cache.c
  5. 1
      legacy/efreet/src/lib/efreet_desktop_command.c
  6. 1
      legacy/efreet/src/lib/efreet_ini.c
  7. 1
      legacy/efreet/src/lib/efreet_mime.c
  8. 1
      legacy/efreet/src/lib/efreet_trash.c
  9. 1
      legacy/efreet/src/lib/efreet_xml.c
  10. 1
      legacy/efreet/src/tests/ef_mime.c
  11. 2
      legacy/efreet/src/tests/efreet_icon_cache_dump.c

@ -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>

@ -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>

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

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

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

@ -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>

@ -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>

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

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

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

@ -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>

Loading…
Cancel
Save