Remove define, isn't needed.

Formatting.


SVN revision: 16630
This commit is contained in:
sebastid 2005-09-06 23:33:05 +00:00 committed by sebastid
parent c699769bd5
commit bb818f0cc2
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
#define _GNU_SOURCE
#include "ecore_private.h"
#include "Ecore.h"
#include "Ecore_File.h"
@ -20,7 +18,7 @@ struct _Ecore_File_Monitor
char *path;
void *data;
Ecore_List2 *files;
Ecore_List2 *files;
};
#ifdef HAVE_INOTIFY