Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e.h e_config.c e_int_menus.c e_main.c e_module.c 


Log Message:
- don't want to install config.h so move it out of e.h and put it into the
  files that need it.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e.h 12 Jan 2005 16:03:08 -0000      1.10
+++ e.h 27 Jan 2005 13:22:52 -0000      1.11
@@ -24,8 +24,6 @@
 #include <Eet.h>
 #include <Edje.h>
 
-#include "config.h"
-
 #ifdef EAPI
 #undef EAPI
 #endif
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_config.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_config.c  22 Jan 2005 06:58:34 -0000      1.15
+++ e_config.c  27 Jan 2005 13:22:53 -0000      1.16
@@ -2,6 +2,7 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 #include "e.h"
+#include "config.h"
 
 /* TODO List
  * 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_menus.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- e_int_menus.c       22 Jan 2005 05:21:48 -0000      1.34
+++ e_int_menus.c       27 Jan 2005 13:22:53 -0000      1.35
@@ -2,6 +2,7 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 #include "e.h"
+#include "config.h"
 
 typedef struct _Main_Data Main_Data;
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- e_main.c    27 Jan 2005 10:14:22 -0000      1.40
+++ e_main.c    27 Jan 2005 13:22:53 -0000      1.41
@@ -2,6 +2,7 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 #include "e.h"
+#include "config.h"
 
 /* local subsystem functions */
 static void _e_main_shutdown_push(int (*func)(void));
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_module.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_module.c  22 Jan 2005 06:58:34 -0000      1.9
+++ e_module.c  27 Jan 2005 13:22:53 -0000      1.10
@@ -1,4 +1,5 @@
 #include "e.h"
+#include "config.h"
 
 /* TODO List:
  * 




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to