From: Sung-Jin Park Date: Tue, 26 Sep 2017 02:47:35 +0000 (+0900) Subject: e_mod_main.h: remove Ecore_Drm.h file inclusion X-Git-Tag: accepted/tizen/unified/20171102.061550~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=117929292bfd88f4fd41c240de06fc5ab865fba3;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-gesture.git e_mod_main.h: remove Ecore_Drm.h file inclusion Change-Id: Ie75354aba7a796cbb8f8ae470fe23f8b1dd6d3dd Signed-off-by: Sung-Jin Park --- diff --git a/src/e_mod_main.h b/src/e_mod_main.h index 428c1b3..680cda8 100644 --- a/src/e_mod_main.h +++ b/src/e_mod_main.h @@ -3,7 +3,6 @@ #include #include -#include #include #define GTERR(msg, ARG...) ERR("[tizen_gesture][%s:%d] "msg, __FUNCTION__, __LINE__, ##ARG)