From 56072f09e758ec479aa3774758316da7c97bcc69 Mon Sep 17 00:00:00 2001 From: Junghyun Yeon Date: Thu, 2 Jul 2020 09:46:44 +0900 Subject: [PATCH] Change filepath Its path has changed. Related changes: [app-installers] : https://review.tizen.org/gerrit/#/c/platform/core/appfw/app-installers/+/237608 Change-Id: I29b2a771da487cd56649a185c050620dff4254c5 Signed-off-by: Junghyun Yeon --- src/hybrid/hybrid_installer.h | 2 +- src/hybrid/hybrid_installer_factory.cc | 2 +- src/unit_tests/manifest_test.cc | 2 +- src/unit_tests/smoke_test.cc | 2 +- src/unit_tests/wgt_smoke_utils.h | 2 +- src/wgt/step/configuration/step_check_start_files.cc | 2 +- src/wgt/step/configuration/step_check_start_files.h | 2 +- src/wgt/step/configuration/step_parse.cc | 6 +++--- src/wgt/step/configuration/step_parse.h | 2 +- src/wgt/step/configuration/step_parse_recovery.cc | 2 +- src/wgt/step/filesystem/step_copy_preview_icons.h | 2 +- src/wgt/step/filesystem/step_create_wgt_symbolic_link.h | 2 +- src/wgt/step/filesystem/step_wgt_prepare_package_directory.cc | 2 +- src/wgt/step/filesystem/step_wgt_resource_directory.h | 2 +- src/wgt/step/filesystem/step_wgt_update_package_directory.cc | 2 +- src/wgt/step/security/step_add_default_privileges.h | 2 +- src/wgt/step/security/step_check_extension_privileges.h | 2 +- src/wgt/step/security/step_check_settings_level.h | 2 +- src/wgt/utils/wgt_app_query_interface.cc | 4 ++-- src/wgt/wgt_installer.h | 2 +- src/wgt/wgt_installer_factory.cc | 2 +- 21 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/hybrid/hybrid_installer.h b/src/hybrid/hybrid_installer.h index c595153..cc07dff 100644 --- a/src/hybrid/hybrid_installer.h +++ b/src/hybrid/hybrid_installer.h @@ -5,7 +5,7 @@ #ifndef HYBRID_HYBRID_INSTALLER_H_ #define HYBRID_HYBRID_INSTALLER_H_ -#include "common/app_installer.h" +#include "common/installer/app_installer.h" #include "common/pkgmgr_interface.h" namespace ci = common_installer; diff --git a/src/hybrid/hybrid_installer_factory.cc b/src/hybrid/hybrid_installer_factory.cc index 52c5395..ed9cf2a 100644 --- a/src/hybrid/hybrid_installer_factory.cc +++ b/src/hybrid/hybrid_installer_factory.cc @@ -16,7 +16,7 @@ #include #include "common/pkgmgr_interface.h" -#include "common/pkgmgr_query.h" +#include "common/utils/pkgmgr_query.h" namespace ci = common_installer; diff --git a/src/unit_tests/manifest_test.cc b/src/unit_tests/manifest_test.cc index ca90c26..56549d0 100644 --- a/src/unit_tests/manifest_test.cc +++ b/src/unit_tests/manifest_test.cc @@ -5,8 +5,8 @@ #include #include -#include #include +#include #include diff --git a/src/unit_tests/smoke_test.cc b/src/unit_tests/smoke_test.cc index 40a1304..2157903 100644 --- a/src/unit_tests/smoke_test.cc +++ b/src/unit_tests/smoke_test.cc @@ -6,7 +6,7 @@ #include #include -#include +#include #include #include diff --git a/src/unit_tests/wgt_smoke_utils.h b/src/unit_tests/wgt_smoke_utils.h index 8c5e0ef..51d82a9 100644 --- a/src/unit_tests/wgt_smoke_utils.h +++ b/src/unit_tests/wgt_smoke_utils.h @@ -5,7 +5,7 @@ #ifndef UNIT_TESTS_WGT_SMOKE_UTILS_H_ #define UNIT_TESTS_WGT_SMOKE_UTILS_H_ -#include +#include #include #include #include diff --git a/src/wgt/step/configuration/step_check_start_files.cc b/src/wgt/step/configuration/step_check_start_files.cc index c39474b..e1c2b42 100644 --- a/src/wgt/step/configuration/step_check_start_files.cc +++ b/src/wgt/step/configuration/step_check_start_files.cc @@ -6,7 +6,7 @@ #include -#include +#include #include #include diff --git a/src/wgt/step/configuration/step_check_start_files.h b/src/wgt/step/configuration/step_check_start_files.h index 31f42d5..31424c0 100644 --- a/src/wgt/step/configuration/step_check_start_files.h +++ b/src/wgt/step/configuration/step_check_start_files.h @@ -6,7 +6,7 @@ #include -#include +#include #include #include diff --git a/src/wgt/step/configuration/step_parse.cc b/src/wgt/step/configuration/step_parse.cc index 757a3c6..8c97c72 100644 --- a/src/wgt/step/configuration/step_parse.cc +++ b/src/wgt/step/configuration/step_parse.cc @@ -7,10 +7,10 @@ #include -#include -#include +#include +#include #include -#include +#include #include #include #include diff --git a/src/wgt/step/configuration/step_parse.h b/src/wgt/step/configuration/step_parse.h index 55cd0d7..0480048 100644 --- a/src/wgt/step/configuration/step_parse.h +++ b/src/wgt/step/configuration/step_parse.h @@ -6,7 +6,7 @@ #include -#include +#include #include #include diff --git a/src/wgt/step/configuration/step_parse_recovery.cc b/src/wgt/step/configuration/step_parse_recovery.cc index 728a19e..6d8bee9 100644 --- a/src/wgt/step/configuration/step_parse_recovery.cc +++ b/src/wgt/step/configuration/step_parse_recovery.cc @@ -4,7 +4,7 @@ #include "wgt/step/configuration/step_parse_recovery.h" -#include +#include #include namespace { diff --git a/src/wgt/step/filesystem/step_copy_preview_icons.h b/src/wgt/step/filesystem/step_copy_preview_icons.h index 5a51d83..cf843b9 100644 --- a/src/wgt/step/filesystem/step_copy_preview_icons.h +++ b/src/wgt/step/filesystem/step_copy_preview_icons.h @@ -7,7 +7,7 @@ #include -#include +#include #include #include diff --git a/src/wgt/step/filesystem/step_create_wgt_symbolic_link.h b/src/wgt/step/filesystem/step_create_wgt_symbolic_link.h index a91cbf1..548baab 100644 --- a/src/wgt/step/filesystem/step_create_wgt_symbolic_link.h +++ b/src/wgt/step/filesystem/step_create_wgt_symbolic_link.h @@ -9,7 +9,7 @@ #include -#include +#include #include #include diff --git a/src/wgt/step/filesystem/step_wgt_prepare_package_directory.cc b/src/wgt/step/filesystem/step_wgt_prepare_package_directory.cc index 3ac814c..5b2bb0f 100644 --- a/src/wgt/step/filesystem/step_wgt_prepare_package_directory.cc +++ b/src/wgt/step/filesystem/step_wgt_prepare_package_directory.cc @@ -8,7 +8,7 @@ #include #include -#include +#include #include #include diff --git a/src/wgt/step/filesystem/step_wgt_resource_directory.h b/src/wgt/step/filesystem/step_wgt_resource_directory.h index f81ebd5..af811fe 100644 --- a/src/wgt/step/filesystem/step_wgt_resource_directory.h +++ b/src/wgt/step/filesystem/step_wgt_resource_directory.h @@ -7,7 +7,7 @@ #include -#include +#include #include #include diff --git a/src/wgt/step/filesystem/step_wgt_update_package_directory.cc b/src/wgt/step/filesystem/step_wgt_update_package_directory.cc index efe6be8..9cb801d 100644 --- a/src/wgt/step/filesystem/step_wgt_update_package_directory.cc +++ b/src/wgt/step/filesystem/step_wgt_update_package_directory.cc @@ -8,7 +8,7 @@ #include #include -#include +#include #include namespace bf = boost::filesystem; diff --git a/src/wgt/step/security/step_add_default_privileges.h b/src/wgt/step/security/step_add_default_privileges.h index 84c7bca..fc0671a 100644 --- a/src/wgt/step/security/step_add_default_privileges.h +++ b/src/wgt/step/security/step_add_default_privileges.h @@ -7,7 +7,7 @@ #include -#include +#include #include #include diff --git a/src/wgt/step/security/step_check_extension_privileges.h b/src/wgt/step/security/step_check_extension_privileges.h index c390d3c..ee1cf4e 100755 --- a/src/wgt/step/security/step_check_extension_privileges.h +++ b/src/wgt/step/security/step_check_extension_privileges.h @@ -8,7 +8,7 @@ #ifndef WGT_STEP_SECURITY_STEP_CHECK_EXTENSION_PRIVILEGES_H_ #define WGT_STEP_SECURITY_STEP_CHECK_EXTENSION_PRIVILEGES_H_ -#include +#include #include #include #include diff --git a/src/wgt/step/security/step_check_settings_level.h b/src/wgt/step/security/step_check_settings_level.h index 772188b..2ad7a98 100644 --- a/src/wgt/step/security/step_check_settings_level.h +++ b/src/wgt/step/security/step_check_settings_level.h @@ -7,7 +7,7 @@ #include -#include +#include #include #include diff --git a/src/wgt/utils/wgt_app_query_interface.cc b/src/wgt/utils/wgt_app_query_interface.cc index 3c9131e..d785f90 100644 --- a/src/wgt/utils/wgt_app_query_interface.cc +++ b/src/wgt/utils/wgt_app_query_interface.cc @@ -12,10 +12,10 @@ #include #include -#include +#include #include -#include #include +#include #include #include diff --git a/src/wgt/wgt_installer.h b/src/wgt/wgt_installer.h index e210622..2c99aa6 100644 --- a/src/wgt/wgt_installer.h +++ b/src/wgt/wgt_installer.h @@ -5,7 +5,7 @@ #ifndef WGT_WGT_INSTALLER_H_ #define WGT_WGT_INSTALLER_H_ -#include +#include namespace wgt { diff --git a/src/wgt/wgt_installer_factory.cc b/src/wgt/wgt_installer_factory.cc index e826ee2..54d191e 100644 --- a/src/wgt/wgt_installer_factory.cc +++ b/src/wgt/wgt_installer_factory.cc @@ -16,7 +16,7 @@ #include #include "common/pkgmgr_interface.h" -#include "common/pkgmgr_query.h" +#include "common/utils/pkgmgr_query.h" namespace ci = common_installer; -- 2.7.4