From 362e3dc1f6878ea787a847af5c92969f1ad9bbac Mon Sep 17 00:00:00 2001 From: "Seungho, Baek" Date: Mon, 16 Apr 2018 14:48:07 +0900 Subject: [PATCH] Revert "[Tizen] Fix build error for pepper-dali" This reverts commit 725f1917cf7f656d87faf119a100cd3510f60943. Change-Id: Ie8ec207641939851174087719bbfa02c4c960383 --- 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