Remove boost dependency
[platform/core/appfw/app-installers.git] / src / common / step / pkgmgr / step_update_app.cc
index 3134477..a46932f 100644 (file)
@@ -8,7 +8,6 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <boost/filesystem.hpp>
 #include <vcore/Certificate.h>
 
 #include <cassert>
@@ -20,8 +19,6 @@
 #include "common/utils/pkgmgr_query.h"
 #include "common/utils/file_util.h"
 
-namespace bf = boost::filesystem;
-
 namespace common_installer {
 namespace pkgmgr {