Rename backup_paths.h to paths.h 97/74297/5
authorTomasz Iwanek <t.iwanek@samsung.com>
Mon, 13 Jun 2016 14:05:32 +0000 (16:05 +0200)
committerjongmyeong ko <jongmyeong.ko@samsung.com>
Thu, 23 Jun 2016 02:25:08 +0000 (19:25 -0700)
Submit together:
 - https://review.tizen.org/gerrit/74296
 - https://review.tizen.org/gerrit/74297
 - https://review.tizen.org/gerrit/74298

Change-Id: I41bf88d52007fba973fc5fd7190301d035c90dc1

src/tpk/step/filesystem/step_tpk_prepare_package_directory.cc
src/tpk/step/filesystem/step_tpk_update_package_directory.cc
src/unit_tests/smoke_test.cc

index 83dd70024dff383a8647ae49d4c9dffce968387b..735be97780b82bb5384456bdf7f6a2ea6b914cad 100644 (file)
@@ -7,7 +7,7 @@
 #include <boost/filesystem/operations.hpp>
 #include <boost/system/error_code.hpp>
 
-#include <common/backup_paths.h>
+#include <common/paths.h>
 #include <common/utils/file_util.h>
 
 #include "tpk/tpk_mount_path.h"
index d2f34b52d87d1d3f3b014619d7c3fd45254783a3..650ef508c24c7a11d60088fa9fced5ca64f3d491 100644 (file)
@@ -7,7 +7,7 @@
 #include <boost/filesystem/operations.hpp>
 #include <boost/system/error_code.hpp>
 
-#include <common/backup_paths.h>
+#include <common/paths.h>
 #include <common/utils/file_util.h>
 
 #include <vector>
index c3ab1e366ca959c5b513f5a0e6987349960004af..c114350ead3e10174ff4bce2054fc16c1e255355 100644 (file)
@@ -7,7 +7,7 @@
 #include <boost/range/iterator_range.hpp>
 #include <boost/system/error_code.hpp>
 
-#include <common/backup_paths.h>
+#include <common/paths.h>
 #include <common/pkgmgr_interface.h>
 #include <common/pkgmgr_registration.h>
 #include <common/request.h>