From c251d171a444c20d230838c2c8ca3b3aa8098a56 Mon Sep 17 00:00:00 2001 From: "huiyu.eun" Date: Mon, 9 Apr 2018 16:51:06 +0900 Subject: [PATCH] Revert "[Tizen] Fix build error for pepper-dali" This reverts commit 11dc5e72b577f2f56fd1036ccb28306522f9b102. Change-Id: I5c93f838ecc9438b67adf709c65e8d20b422a8bc Signed-off-by: huiyu.eun --- dali/integration-api/wayland/ecore-wl-render-surface.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dali/integration-api/wayland/ecore-wl-render-surface.h b/dali/integration-api/wayland/ecore-wl-render-surface.h index a480cff..d814e0b 100644 --- a/dali/integration-api/wayland/ecore-wl-render-surface.h +++ b/dali/integration-api/wayland/ecore-wl-render-surface.h @@ -24,11 +24,7 @@ // INTERNAL INCLUDES #include -#ifdef DALI_ADAPTOR_COMPILATION // full path doesn't exist until adaptor is installed so we have to use relative #include -#else -#include -#endif namespace Dali { -- 2.7.4