summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChanggyu Choi <changyu.choi@samsung.com>2022-12-05 11:31:42 +0900
committerChanggyu Choi <changyu.choi@samsung.com>2022-12-05 11:31:42 +0900
commite5d7324c7f23479aeb286dd3d8a32030e18189eb (patch)
tree5f2fd87ab853adaeae77f87baad8a36269316b5d
parent5b02bf48eec737320dd5b12055edeb4546a75acf (diff)
downloadapp-core-e5d7324c7f23479aeb286dd3d8a32030e18189eb.tar.gz
app-core-e5d7324c7f23479aeb286dd3d8a32030e18189eb.tar.bz2
app-core-e5d7324c7f23479aeb286dd3d8a32030e18189eb.zip
Remove ecore dependency from app-core-cpp
Change-Id: I11bebbc4bc8a27a457379abc7c58ac89feb5704f Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
-rw-r--r--tizen-cpp/app-core-cpp/CMakeLists.txt1
-rw-r--r--tizen-cpp/app-core-cpp/app_core_base.cc1
2 files changed, 0 insertions, 2 deletions
diff --git a/tizen-cpp/app-core-cpp/CMakeLists.txt b/tizen-cpp/app-core-cpp/CMakeLists.txt
index 3a12ebb..81264e4 100644
--- a/tizen-cpp/app-core-cpp/CMakeLists.txt
+++ b/tizen-cpp/app-core-cpp/CMakeLists.txt
@@ -18,7 +18,6 @@ APPLY_PKG_CONFIG(${TARGET_APP_CORE_CPP} PUBLIC
BUNDLE_DEPS
CAPI_SYSTEM_INFO_DEPS
DLOG_DEPS
- ECORE_DEPS
GIO_2_DEPS
SENSOR_DEPS
TTRACE_DEPS
diff --git a/tizen-cpp/app-core-cpp/app_core_base.cc b/tizen-cpp/app-core-cpp/app_core_base.cc
index 5bf9619..4ee310c 100644
--- a/tizen-cpp/app-core-cpp/app_core_base.cc
+++ b/tizen-cpp/app-core-cpp/app_core_base.cc
@@ -14,7 +14,6 @@
* limitations under the License.
*/
-#include <Ecore.h>
#include <aul.h>
#include <aul_app_lifecycle.h>
#include <aul_watchdog.h>