Related changes:
[app-installers] : https://review.tizen.org/gerrit/237608
Change-Id: I7f42d574065a6874a0d3a09bfed17ee8daa603a1
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
// Use of this source code is governed by an apache 2.0 license that can be
// found in the LICENSE file.
-#include <common/app_installer.h>
+#include <common/installer/app_installer.h>
#include <common/installer_factory.h>
#include <common/installer_runner.h>
#include <string>
#include "common/pkgmgr_interface.h"
-#include "common/pkgmgr_query.h"
+#include "common/utils/pkgmgr_query.h"
namespace {
#ifndef UNIT_TESTS_SMOKE_UTILS_H_
#define UNIT_TESTS_SMOKE_UTILS_H_
-#include <common/app_installer.h>
+#include <common/installer/app_installer.h>
#include <common/pkgmgr_interface.h>
#include <unit_tests/common/smoke_utils.h>
#include <unit_tests/tpk_smoke_utils.h>