Removed e_file
authorsebastid <sebastid>
Mon, 7 Mar 2005 12:06:41 +0000 (12:06 +0000)
committersebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 7 Mar 2005 12:06:41 +0000 (12:06 +0000)
SVN revision: 13649

src/bin/Makefile.am
src/bin/e_includes.h

index 6d4c383..4aba627 100644 (file)
@@ -11,7 +11,6 @@ bin_PROGRAMS = enlightenment enlightenment_remote enlightenment_eapp
 ENLIGHTENMENTHEADERS = \
 e.h \
 e_includes.h \
-e_file.h \
 e_user.h \
 e_manager.h \
 e_path.h \
@@ -46,7 +45,6 @@ e_xinerama.h
 
 
 enlightenment_SOURCES = \
-e_file.c \
 e_main.c \
 e_user.c \
 e_manager.c \
index 8862bbb..4c8607a 100644 (file)
@@ -2,7 +2,6 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 #include "e_object.h"
-#include "e_file.h"
 #include "e_user.h"
 #include "e_manager.h"
 #include "e_path.h"