Move including vconf.h into source code 20/228720/3
authorSangyoon Jang <jeremy.jang@samsung.com>
Wed, 25 Mar 2020 05:18:49 +0000 (14:18 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Thu, 26 Mar 2020 09:24:36 +0000 (18:24 +0900)
This patch is for removing unnecessary dependency for tpk, wgt smoke
utils.

Change-Id: Ia90fdaa3690707734658ef9848bd8cbce3481a15
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/unit_tests/common/smoke_utils.cc
src/unit_tests/common/smoke_utils.h

index b47bb13..57b65fe 100644 (file)
@@ -9,6 +9,8 @@
 #include <gum/common/gum-user-types.h>
 #include <manifest_parser/utils/version_number.h>
 #include <sys/smack.h>
+#include <vconf.h>
+#include <vconf-internal-keys.h>
 
 #include <boost/filesystem/path.hpp>
 #include <gtest/gtest.h>
index 64a2d5f..d02f459 100644 (file)
@@ -9,8 +9,6 @@
 #include <signal.h>
 #include <unistd.h>
 #include <tzplatform_config.h>
-#include <vconf.h>
-#include <vconf-internal-keys.h>
 
 #include <boost/filesystem/operations.hpp>
 #include <boost/range/iterator_range.hpp>