Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/imaging


Modified Files:
        Makefile.am evas_imaging.c 


Log Message:
Cleanup some headers.
Remove duplicate typedefs and declerations.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/imaging/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 22 Mar 2005 03:50:31 -0000      1.5
+++ Makefile.am 18 Jun 2005 01:00:32 -0000      1.6
@@ -5,11 +5,11 @@
 # A list of all the files in the current directory which can be regenerated
 MAINTAINERCLEANFILES = Makefile.in
 
-INCLUDES            = @freetype_cflags@ \
-                       @eet_cflags@ \
-                       -I. \
+INCLUDES            = -I. \
                       -I$(top_srcdir)/src/lib \
-                      -I$(top_srcdir)/src/lib/include
+                      -I$(top_srcdir)/src/lib/include \
+                      @freetype_cflags@ \
+                       @eet_cflags@ 
 
 noinst_LTLIBRARIES      = libevas_imaging.la
 libevas_imaging_la_SOURCES  = \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/imaging/evas_imaging.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- evas_imaging.c      22 May 2005 02:49:49 -0000      1.4
+++ evas_imaging.c      18 Jun 2005 01:00:32 -0000      1.5
@@ -1,5 +1,3 @@
-#include "config.h"
-#include "evas_options.h"
 #include "evas_common.h"
 #include "evas_private.h"
 




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to