move elementary header file including location 36/66136/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Fri, 15 Apr 2016 10:19:50 +0000 (19:19 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Fri, 15 Apr 2016 10:20:53 +0000 (19:20 +0900)
Change-Id: I0a24d223603613bacdb607ffdc57ca942c88c4c1
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
include/eom.h
src/eom-private.h

index 85898d6..5d4166c 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
 #include <stdbool.h>
 #include <string.h>
 #include <tizen.h>
-#include <Elementary.h>
+#include <Evas.h>
 
 /**
  * @file eom.h
index 76ad542..9e10d5e 100644 (file)
@@ -36,6 +36,7 @@
 #define __EOM_PRIVATE_H__
 
 #include "eom.h"
+#include <Elementary.h>
 
 typedef struct {
        eom_output_id id;