ecore_main_timechanges: fix include
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Mon, 25 May 2020 09:24:28 +0000 (11:24 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 26 May 2020 22:23:17 +0000 (07:23 +0900)
we should not prefix this with the full path.

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Reviewed-by: Vincent Torri <vincent.torri@gmail.com>
Differential Revision: https://phab.enlightenment.org/D11881

src/lib/ecore/ecore_main_timechanges.c

index cb3daf1..c2b50ec 100644 (file)
@@ -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