q66 pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=bd95c310ecd6732d12d3c047f6491832627a4885
commit bd95c310ecd6732d12d3c047f6491832627a4885 Author: Daniel Kolesa <[email protected]> Date: Fri Nov 21 14:34:48 2014 +0000 remove obsolete E_Hal.h include --- src/bin/e.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bin/e.h b/src/bin/e.h index f8294c2..877bf86 100644 --- a/src/bin/e.h +++ b/src/bin/e.h @@ -124,10 +124,6 @@ void *alloca (size_t); # include <Emotion.h> # include <Elementary.h> -# ifdef HAVE_HAL -# include <E_Hal.h> -# endif - # if defined(HAVE_WAYLAND_CLIENTS) || defined(HAVE_WAYLAND_ONLY) # include <Ecore_Wayland.h> # include <uuid.h> --
