Remove boost dependency
[platform/core/appfw/app-installers.git] / src / common / step / configuration / step_block_cross_update.cc
index 72332fb..331b3da 100644 (file)
@@ -4,12 +4,8 @@
 
 #include "common/step/configuration/step_block_cross_update.h"
 
-#include <boost/filesystem/operations.hpp>
-
 #include "common/utils/paths.h"
 
-namespace bf = boost::filesystem;
-
 namespace common_installer {
 namespace configuration {