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"