Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_calendar.c ewl_config.c ewl_filelist.c ewl_private.h 
        ewl_scrollbar.c 


Log Message:
Patch from caro for a improving compilation time by reducing the headers
included in every file.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_calendar.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- ewl_calendar.c      6 Dec 2007 15:19:44 -0000       1.34
+++ ewl_calendar.c      9 Dec 2007 01:00:40 -0000       1.35
@@ -1,4 +1,5 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
+#include <time.h>
 #include "ewl_base.h"
 #include "ewl_calendar.h"
 #include "ewl_icon.h"
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_config.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- ewl_config.c        3 Dec 2007 04:46:25 -0000       1.35
+++ ewl_config.c        9 Dec 2007 01:00:40 -0000       1.36
@@ -5,6 +5,7 @@
 #include "ewl_debug.h"
 
 #include <Evas.h>
+#include <unistd.h>
 #if HAVE_FCNTL_H
 # include <fcntl.h>
 #endif /* HAVE_FCNTL_H */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- ewl_filelist.c      7 Dec 2007 04:54:30 -0000       1.43
+++ ewl_filelist.c      9 Dec 2007 01:00:40 -0000       1.44
@@ -12,6 +12,14 @@
 #include "ewl_macros.h"
 #include "ewl_private.h"
 #include "ewl_debug.h"
+#include <sys/types.h>
+#if HAVE_PWD_H
+# include <pwd.h>
+#endif /* HAVE_PWD_H */
+#if HAVE_GRP_H
+# include <grp.h>
+#endif /* HAVE_GRP_H */
+#include <time.h>
 
 static void ewl_filelist_setup(Ewl_Filelist *fl);
 static void ewl_filelist_view_setup(Ewl_Filelist *fl);
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_private.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ewl_private.h       16 Nov 2007 18:50:57 -0000      1.22
+++ ewl_private.h       9 Dec 2007 01:00:40 -0000       1.23
@@ -9,24 +9,9 @@
 #include "ewl-config.h"
 #endif
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
 #include <limits.h>
 #include <ctype.h>
-#include <sys/types.h>
 #include <sys/stat.h>
-#include <unistd.h>
-#include <math.h>
-#include <assert.h>
-#include <time.h>
-#include <fnmatch.h>
-#if HAVE_PWD_H
-# include <pwd.h>
-#endif /* HAVE_PWD_H */
-#if HAVE_GRP_H
-# include <grp.h>
-#endif /* HAVE_GRP_H */
 
 #ifdef HAVE_ALLOCA_H
 # include <alloca.h>
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_scrollbar.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ewl_scrollbar.c     12 Nov 2007 22:42:22 -0000      1.21
+++ ewl_scrollbar.c     9 Dec 2007 01:00:40 -0000       1.22
@@ -1,4 +1,5 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
+#include <math.h>
 #include "ewl_base.h"
 #include "ewl_scrollbar.h"
 #include "ewl_button.h"



-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to