From: Jihoon Kim Date: Wed, 31 Oct 2018 04:51:14 +0000 (+0900) Subject: Add build dependency X-Git-Tag: accepted/tizen/unified/20181106.070517~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F192157%2F1;p=platform%2Fcore%2Fuifw%2Fautofill.git Add build dependency Change-Id: Idebdf3d97bb67b1265cc7b021f04597a4b9c9580 Signed-off-by: Jihoon Kim --- 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"