Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_image.c ewl_misc.c ewl_private.h ewl_theme.c ewl_widget.c 


Log Message:
Move Edje include to files that require it.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_image.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- ewl_image.c 9 Jul 2007 21:03:24 -0000       1.63
+++ ewl_image.c 19 Jul 2007 19:00:38 -0000      1.64
@@ -5,6 +5,8 @@
 #include "ewl_macros.h"
 #include "ewl_debug.h"
 
+#include <Edje.h>
+
 #ifdef BUILD_EPSILON_SUPPORT
 #include <Epsilon.h>
 #include <Epsilon_Request.h>
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_misc.c,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -3 -r1.97 -r1.98
--- ewl_misc.c  16 Jul 2007 16:08:08 -0000      1.97
+++ ewl_misc.c  19 Jul 2007 19:00:41 -0000      1.98
@@ -6,6 +6,8 @@
 #include "ewl_macros.h"
 #include "ewl_private.h"
 #include "ewl_debug.h"
+
+#include <Edje.h>
 #include <Efreet.h>
 #include <Efreet_Mime.h>
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_private.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- ewl_private.h       29 Mar 2007 19:35:05 -0000      1.19
+++ ewl_private.h       19 Jul 2007 19:00:41 -0000      1.20
@@ -3,7 +3,6 @@
 #define _EWL_PRIVATE_H
 
 #include <Evas.h>
-#include <Edje.h>
 #include <Ecore_Str.h>
 #include <Ecore_File.h>
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_theme.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- ewl_theme.c 29 Mar 2007 19:25:09 -0000      1.43
+++ ewl_theme.c 19 Jul 2007 19:00:41 -0000      1.44
@@ -4,6 +4,8 @@
 #include "ewl_private.h"
 #include "ewl_debug.h"
 
+#include <Edje.h>
+
 extern Ecore_List *ewl_embed_list;
 static char *ewl_theme_path = NULL;
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_widget.c,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -3 -r1.137 -r1.138
--- ewl_widget.c        18 Jul 2007 04:31:12 -0000      1.137
+++ ewl_widget.c        19 Jul 2007 19:00:42 -0000      1.138
@@ -4,6 +4,8 @@
 #include "ewl_macros.h"
 #include "ewl_debug.h"
 
+#include <Edje.h>
+
 static Ecore_Hash *ewl_widget_name_table = NULL;
 static Ecore_Hash *ewl_widget_data_table = NULL;
 static Evas_Smart *widget_smart = NULL;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to