Merge "Create '.applications/manifest/' if not exist" into tizen
authorWonYoung Choi <wy80.choi@samsung.com>
Mon, 22 Jun 2015 01:19:27 +0000 (18:19 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 22 Jun 2015 01:19:27 +0000 (18:19 -0700)
1  2 
src/common/step/step_generate_xml.cc

  #include <cstring>
  #include <string>
  
 -#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 {