Remove boost dependency
[platform/core/appfw/app-installers.git] / src / common / step / pkgmgr / step_register_app.cc
index a30dbc4..fb45052 100644 (file)
@@ -2,8 +2,6 @@
 
 #include "common/step/pkgmgr/step_register_app.h"
 
-#include <boost/filesystem.hpp>
-
 #include <unistd.h>
 #include <cassert>
 #include <cstring>
@@ -13,8 +11,6 @@
 #include "common/pkgmgr_registration.h"
 #include "common/utils/file_util.h"
 
-namespace bf = boost::filesystem;
-
 namespace common_installer {
 namespace pkgmgr {