ecore_input: need to include Ecore.h in Ecore_Input.h 56/64956/2 accepted/tizen/common/20160407.132147 accepted/tizen/ivi/20160407.000709 accepted/tizen/mobile/20160407.000528 accepted/tizen/tv/20160407.000624 accepted/tizen/wearable/20160407.000649 submit/tizen/20160406.100414
authorDuna Oh <duna.oh@samsung.com>
Wed, 6 Apr 2016 09:54:25 +0000 (18:54 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Wed, 6 Apr 2016 10:02:17 +0000 (03:02 -0700)
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: I8b09b61c85cdf6d260d22dda764aeee1d6c468cd

src/lib/ecore_input/Ecore_Input.h
src/lib/ecore_input/ecore_input.c

index 5acf5b8..70318ce 100644 (file)
@@ -8,6 +8,7 @@
 #endif
 
 #include <Eina.h>
+#include <Ecore.h>
 
 #ifdef EAPI
 # undef EAPI
index e08267f..bd5dab2 100644 (file)
@@ -5,10 +5,9 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "Ecore.h"
-#include "ecore_private.h"
-
 #include "Ecore_Input.h"
+
+#include "ecore_private.h"
 #include "ecore_input_private.h"