Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/efreet

Dir     : e17/libs/efreet/src/lib


Modified Files:
        efreet_desktop.c efreet_icon.c efreet_private.h 


Log Message:
Header cleanup.

===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_desktop.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- efreet_desktop.c    24 Mar 2007 22:49:59 -0000      1.8
+++ efreet_desktop.c    26 Mar 2007 16:17:40 -0000      1.9
@@ -1,9 +1,6 @@
 /* vim: set sw=4 ts=4 sts=4 et: */
 #include "Efreet.h"
 #include "efreet_private.h"
-#include <Ecore_File.h>
-#include <string.h>
-#include <sys/stat.h>
 
 #define DESKTOP_VERSION 1.0
 
===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_icon.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- efreet_icon.c       25 Mar 2007 17:28:49 -0000      1.3
+++ efreet_icon.c       26 Mar 2007 16:17:40 -0000      1.4
@@ -1,8 +1,6 @@
 /* vim: set sw=4 ts=4 sts=4 et: */
 #include "Efreet.h"
 #include "efreet_private.h"
-#include <sys/stat.h>
-#include <limits.h>
 
 #define NO_MATCH_KEY ((char *)0xdeadbeef)
 
===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_private.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- efreet_private.h    25 Mar 2007 19:01:45 -0000      1.4
+++ efreet_private.h    26 Mar 2007 16:17:40 -0000      1.5
@@ -19,12 +19,14 @@
 #include <fcntl.h>
 #include <sys/mman.h>
 #include <sys/types.h>
+#include <sys/stat.h>
 #include <dirent.h>
 #include <fnmatch.h>
+#include <limits.h>
 
 #include <Ecore.h>
 #include <Ecore_File.h>
-#include "Ecore_Str.h"
+#include <Ecore_Str.h>
 
 #include "config.h"
 #include "efreet_xml.h"



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to