Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/common Modified Files: evfs_cleanup.c evfs_event_helper.c evfs_io.c evfs_new.c Log Message: * Look for headers in the right places - to make compile work on API changes =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/common/evfs_cleanup.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- evfs_cleanup.c 29 Oct 2005 08:52:00 -0000 1.6 +++ evfs_cleanup.c 16 Nov 2005 00:49:50 -0000 1.7 @@ -1,4 +1,4 @@ -#include <evfs.h> +#include "evfs.h" void evfs_cleanup_command(evfs_command* command, int free_command) { =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/common/evfs_event_helper.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- evfs_event_helper.c 15 Nov 2005 11:41:14 -0000 1.11 +++ evfs_event_helper.c 16 Nov 2005 00:49:50 -0000 1.12 @@ -1,4 +1,4 @@ -#include <evfs.h> +#include "evfs.h" #include <sys/types.h> #include <sys/stat.h> =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/common/evfs_io.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- evfs_io.c 15 Nov 2005 11:41:14 -0000 1.29 +++ evfs_io.c 16 Nov 2005 00:49:50 -0000 1.30 @@ -1,4 +1,4 @@ -#include <evfs.h> +#include "evfs.h" #include <Eet.h> #include <Evas.h> =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/common/evfs_new.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- evfs_new.c 16 Oct 2005 10:09:05 -0000 1.2 +++ evfs_new.c 16 Nov 2005 00:49:50 -0000 1.3 @@ -1,4 +1,4 @@ -#include <evfs.h> +#include "evfs.h" evfs_command* evfs_command_new() { evfs_command* com = NEW(evfs_command); ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs