Remove boost dependency
[platform/core/appfw/app-installers.git] / src / common / step / configuration / step_parse_preload.cc
index d926bdc..b872c1b 100644 (file)
@@ -7,8 +7,6 @@
 #include <pkgmgr-info.h>
 #include <unistd.h>
 
-#include <boost/filesystem.hpp>
-
 #include <cstring>
 #include <cstdio>
 #include <string>
@@ -17,7 +15,6 @@
 #include "common/utils/pkgmgr_query.h"
 #include "common/utils/file_util.h"
 
-namespace bf = boost::filesystem;
 namespace ci = common_installer;
 
 namespace common_installer {