From 6c391a27456b11881b82e4d9d0ef754c4b46a81c Mon Sep 17 00:00:00 2001 From: sebastid Date: Mon, 7 Mar 2005 12:06:41 +0000 Subject: [PATCH] Removed e_file SVN revision: 13649 --- src/bin/Makefile.am | 2 -- src/bin/e_includes.h | 1 - 2 files changed, 3 deletions(-) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 6d4c38341..4aba62777 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -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 \ diff --git a/src/bin/e_includes.h b/src/bin/e_includes.h index 8862bbb8f..4c8607a16 100644 --- a/src/bin/e_includes.h +++ b/src/bin/e_includes.h @@ -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"