cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=064f68345814561ff86424018096eca7067e2440
commit 064f68345814561ff86424018096eca7067e2440 Author: Cedric Bail <[email protected]> Date: Tue Nov 14 20:11:39 2017 -0800 elementary: fix typos in header inclusion rules. --- src/lib/elementary/Efl_Ui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elementary/Efl_Ui.h b/src/lib/elementary/Efl_Ui.h index 75c3e3cbae..48090d17e1 100644 --- a/src/lib/elementary/Efl_Ui.h +++ b/src/lib/elementary/Efl_Ui.h @@ -1,5 +1,5 @@ -#ifndef _EFL_CORE_H -#define _EFL_CORE_H +#ifndef _EFL_UI_H +#define _EFL_UI_H #include <Efl_Config.h> #include <Elementary_Options.h> --
