X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2Fsmoke_tests%2Flibs%2Ftest_category_plugin.cc;h=b2124fe224cd872aad66bf4c7191601b560111f2;hb=bc819e6bce3bc061383b27e476882aa3babb48c6;hp=de97b7726ab11dd0d4f8a48b1f54fb7d5aecd243;hpb=b04cf9b96466d8ff66692a8e5d84a440bc9366f3;p=platform%2Fcore%2Fappfw%2Fapp-installers.git diff --git a/test/smoke_tests/libs/test_category_plugin.cc b/test/smoke_tests/libs/test_category_plugin.cc index de97b77..b2124fe 100644 --- a/test/smoke_tests/libs/test_category_plugin.cc +++ b/test/smoke_tests/libs/test_category_plugin.cc @@ -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 - #include #include #include +#include #include #include @@ -20,7 +19,7 @@ namespace ci = common_installer; namespace { -boost::optional CheckArgs( +std::optional CheckArgs( const char* pkgid, const char* appid, GList* categories) {