stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a7a020dff53037746b5e042236d96b1bc2f9ef44

commit a7a020dff53037746b5e042236d96b1bc2f9ef44
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
 

-- 


Reply via email to