stefan pushed a commit to branch efl-1.24. http://git.enlightenment.org/core/efl.git/commit/?id=88cf37d1520f68939db1f37d43a37aaacf0a62fd
commit 88cf37d1520f68939db1f37d43a37aaacf0a62fd Author: Marcel Hollerbach <[email protected]> Date: Mon May 25 11:24:28 2020 +0200 ecore_main_timechanges: fix include we should not prefix this with the full path. Reviewed-by: Stefan Schmidt <[email protected]> Reviewed-by: Vincent Torri <[email protected]> Differential Revision: https://phab.enlightenment.org/D11881 --- src/lib/ecore/ecore_main_timechanges.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore/ecore_main_timechanges.c b/src/lib/ecore/ecore_main_timechanges.c index cb3daf1fc1..c2b50ec8e9 100644 --- a/src/lib/ecore/ecore_main_timechanges.c +++ b/src/lib/ecore/ecore_main_timechanges.c @@ -14,7 +14,7 @@ #include "Ecore.h" #include "ecore_private.h" -#include "lib/ecore/ecore_main_common.h" +#include "ecore_main_common.h" #ifdef HAVE_SYS_TIMERFD_H --
