From ae100dd6d2442d968f6b0f7086012f4d5be374a9 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 31 Oct 2018 13:51:14 +0900 Subject: [PATCH] Add build dependency Change-Id: Idebdf3d97bb67b1265cc7b021f04597a4b9c9580 Signed-off-by: Jihoon Kim --- common/CMakeLists.txt | 2 +- include/autofill_service.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index d9357b5..1ff7f75 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -7,7 +7,7 @@ SET(maintainer "Jihoon Kim ") SET(description "Autofill Common APIs") SET(service "ui") SET(submodule "autofill-common") -SET(dependents "dlog eina glib-2.0 rpc-port") +SET(dependents "capi-base-common dlog eina glib-2.0 rpc-port") SET(LIBDIR ${LIB_INSTALL_DIR}) SET(Services diff --git a/include/autofill_service.h b/include/autofill_service.h index 47d7791..09d1984 100755 --- a/include/autofill_service.h +++ b/include/autofill_service.h @@ -22,7 +22,6 @@ * @brief This file contains autofill APIs and related enumeration. */ -#include #include "autofill_enum.h" #include "autofill_common.h" -- 2.7.4