From: Hoyub Lee Date: Wed, 13 Dec 2017 13:10:48 +0000 (+0900) Subject: tpl_wayland_egl_thread: Replace unnecessary internal header with public one X-Git-Tag: submit/tizen/20180104.042406~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc0662688ed4dc1c6c99ad6b5dd26f33941b537f;p=platform%2Fcore%2Fuifw%2Flibtpl-egl.git tpl_wayland_egl_thread: Replace unnecessary internal header with public one Change-Id: I1307adf16f3a3373de8d5da746d8756823083481 Signed-off-by: Hoyub Lee --- diff --git a/src/tpl_wayland_egl_thread.h b/src/tpl_wayland_egl_thread.h index 4c2fd4f..3e22829 100644 --- a/src/tpl_wayland_egl_thread.h +++ b/src/tpl_wayland_egl_thread.h @@ -1,7 +1,7 @@ #include #include +#include -#include "wayland-egl/wayland-egl-priv.h" #include "tpl.h" typedef struct _twe_thread twe_thread;