Remove boost dependency
[platform/core/appfw/app-installers.git] / test / smoke_tests / libs / test_metadata_fail_plugin.cc
index 1e86f29..e554f33 100644 (file)
@@ -2,18 +2,7 @@
 // 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 <string>
-#include <tuple>
-
-#include "common/plugins/plugin.h"
-#include "common/utils/glist_range.h"
+#include <glib.h>
 
 extern "C" int PKGMGR_MDPARSER_PLUGIN_INSTALL(
     const char*, const char*, GList*) {