Re: [E-devel] [PATCH] edje: remove unused fnmatch.h include

2008-04-11 Thread The Rasterman
On Fri, 11 Apr 2008 14:06:37 +0200 [EMAIL PROTECTED] (Lars Munch) babbled:

> fnmatch is not used in edje anymore. Attached trivial patch removes the
> last traces of its existence in edje.

good point. in cvs!

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [PATCH] edje: remove unused fnmatch.h include

2008-04-11 Thread Lars Munch
fnmatch is not used in edje anymore. Attached trivial patch removes the
last traces of its existence in edje.

Index: INSTALL
===
RCS file: /var/cvs/e/e17/libs/edje/INSTALL,v
retrieving revision 1.2
diff -u -r1.2 INSTALL
--- INSTALL	26 Aug 2007 12:54:51 -	1.2
+++ INSTALL	11 Apr 2008 11:32:46 -
@@ -12,8 +12,3 @@
 make install
 
 NOTE: You MUST make install Edje for it to run properly.
-
-NOTE: for compilation with MinGW, fnmatch.h is probably missing.
-  That file can be found here:
-http://www.koders.com/c/fid2B518462CB1EED3D4E31E271DB83CD1582F6EEBE.aspx
-  It should be installed in the mingw include directory.
Index: src/bin/edje_prefix.c
===
RCS file: /var/cvs/e/e17/libs/edje/src/bin/edje_prefix.c,v
retrieving revision 1.6
diff -u -r1.6 edje_prefix.c
--- src/bin/edje_prefix.c	27 Aug 2007 09:32:17 -	1.6
+++ src/bin/edje_prefix.c	11 Apr 2008 11:32:49 -
@@ -12,7 +12,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel