From: WonYoung Choi Date: Mon, 22 Jun 2015 01:19:27 +0000 (-0700) Subject: Merge "Create '.applications/manifest/' if not exist" into tizen X-Git-Tag: accepted/tizen/mobile/20150622.041058~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c1f336acd8fe3ba15e9aae1956ccf6778fed424;p=platform%2Fcore%2Fappfw%2Fapp-installers.git Merge "Create '.applications/manifest/' if not exist" into tizen --- 4c1f336acd8fe3ba15e9aae1956ccf6778fed424 diff --cc src/common/step/step_generate_xml.cc index 0bc2e84,2f56380..c3ee531 --- a/src/common/step/step_generate_xml.cc +++ b/src/common/step/step_generate_xml.cc @@@ -16,9 -17,10 +17,10 @@@ #include #include -#include "utils/clist_helpers.h" -#include "utils/file_util.h" +#include "common/utils/clist_helpers.h" +#include "common/utils/file_util.h" + namespace bs = boost::system; namespace fs = boost::filesystem; namespace common_installer {