Remove ecore dependency from app-core-cpp 37/285037/1
authorChanggyu Choi <changyu.choi@samsung.com>
Mon, 5 Dec 2022 02:31:42 +0000 (11:31 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Mon, 5 Dec 2022 02:31:42 +0000 (11:31 +0900)
Change-Id: I11bebbc4bc8a27a457379abc7c58ac89feb5704f
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
tizen-cpp/app-core-cpp/CMakeLists.txt
tizen-cpp/app-core-cpp/app_core_base.cc

index 3a12ebb..81264e4 100644 (file)
@@ -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
index 5bf9619..4ee310c 100644 (file)
@@ -14,7 +14,6 @@
  * limitations under the License.
  */
 
-#include <Ecore.h>
 #include <aul.h>
 #include <aul_app_lifecycle.h>
 #include <aul_watchdog.h>