Remove unused dependencies 67/191567/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 18 Oct 2018 12:29:12 +0000 (21:29 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 18 Oct 2018 12:29:12 +0000 (21:29 +0900)
Change-Id: Id6bbda4b43994965a9fb80554c04473c86331ca7
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
client/CMakeLists.txt
common/CMakeLists.txt
common/autofill_auth_info.c
common/autofill_save_view_info.c
common/autofill_view_info.c
include/autofill.h
include/autofill_common.h
include/autofill_service.h
service_lib/CMakeLists.txt

index c275b2b..0f2063d 100644 (file)
@@ -7,7 +7,7 @@ SET(maintainer "Jihoon Kim <jihoon48.kim@samsung.com>")
 SET(description "Autofill APIs")
 SET(service "ui")
 SET(submodule "autofill")
-SET(dependents "dlog eina capi-appfw-application glib-2.0 rpc-port")
+SET(dependents "dlog eina glib-2.0 rpc-port")
 SET(LIBDIR ${LIB_INSTALL_DIR})
 
 SET(Services
index 6e33fb6..d9357b5 100644 (file)
@@ -7,7 +7,7 @@ SET(maintainer "Jihoon Kim <jihoon48.kim@samsung.com>")
 SET(description "Autofill Common APIs")
 SET(service "ui")
 SET(submodule "autofill-common")
-SET(dependents "dlog eina capi-appfw-application glib-2.0 rpc-port")
+SET(dependents "dlog eina glib-2.0 rpc-port")
 SET(LIBDIR ${LIB_INSTALL_DIR})
 
 SET(Services
index 66cb1ce..9f60532 100644 (file)
@@ -19,7 +19,6 @@
 #include <string.h>
 #include <dlog.h>
 #include <unistd.h>
-#include <app.h>
 
 #include "autofill_private.h"
 #include <autofill_common.h>
index 0d84438..6d71d3f 100644 (file)
@@ -19,7 +19,6 @@
 #include <string.h>
 #include <dlog.h>
 #include <unistd.h>
-#include <app.h>
 
 #include "autofill_private.h"
 #include <autofill_common.h>
index f658b5e..446c0d3 100644 (file)
@@ -18,7 +18,6 @@
 #include <stdlib.h>
 #include <dlog.h>
 #include <unistd.h>
-#include <app.h>
 
 #include "autofill_private.h"
 #include <autofill_common.h>
index 0b514d1..036e86c 100644 (file)
@@ -22,8 +22,6 @@
  * @brief This file contains autofill APIs and related enumeration.
  */
 
-#include <Eina.h>
-#include <tizen.h>
 #include "autofill_enum.h"
 #include "autofill_common.h"
 
index 1482a14..b69a5bf 100644 (file)
@@ -22,7 +22,6 @@
  * @brief This file contains autofill APIs and related enumeration.
  */
 
-#include <Eina.h>
 #include <tizen.h>
 #include "autofill_enum.h"
 
index c0de9b8..2a3910f 100644 (file)
@@ -22,7 +22,6 @@
  * @brief This file contains autofill APIs and related enumeration.
  */
 
-#include <Eina.h>
 #include <tizen.h>
 #include "autofill_enum.h"
 #include "autofill_common.h"
index 11604da..e01c999 100644 (file)
@@ -7,7 +7,7 @@ SET(maintainer "Jihoon Kim <jihoon48.kim@samsung.com>")
 SET(description "Autofill Service APIs")
 SET(service "ui")
 SET(submodule "autofill-service")
-SET(dependents "dlog eina capi-appfw-application glib-2.0 rpc-port")
+SET(dependents "dlog eina glib-2.0 rpc-port")
 SET(LIBDIR ${LIB_INSTALL_DIR})
 
 SET(Services