Remove boost dependency
[platform/core/appfw/app-installers.git] / test / smoke_tests / libs / test_category_plugin.cc
index de97b77..b2124fe 100644 (file)
@@ -2,13 +2,12 @@
 // Use of this source code is governed by an apache 2.0 license that can be
 // found in the LICENSE file.
 
-#include <boost/optional/optional.hpp>
-
 #include <pkgmgr_parser.h>
 
 #include <glib/glist.h>
 
 #include <cstring>
+#include <optional>
 #include <string>
 #include <tuple>
 
@@ -20,7 +19,7 @@ namespace ci = common_installer;
 
 namespace {
 
-boost::optional<std::string> CheckArgs(
+std::optional<std::string> CheckArgs(
     const char* pkgid,
     const char* appid,
     GList* categories) {