aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types-parsers.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-19 12:41:32 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-04-19 19:39:55 +0300
commitf02e85435d2b2bebc1fad6ef4b65227011fdcc0a (patch)
tree3b90370712da72d830cf2e05953913768c9363ae /bpkg/types-parsers.hxx
parentc1374092cb68d0beb51394ae7a11d5c857835c67 (diff)
Switch to CLI-generated group_scanner
Diffstat (limited to 'bpkg/types-parsers.hxx')
-rw-r--r--bpkg/types-parsers.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/bpkg/types-parsers.hxx b/bpkg/types-parsers.hxx
index 4f1dfc7..349eaae 100644
--- a/bpkg/types-parsers.hxx
+++ b/bpkg/types-parsers.hxx
@@ -11,17 +11,14 @@
#include <libbpkg/manifest.hxx>
#include <bpkg/types.hxx>
+
+#include <bpkg/common-options.hxx> // bpkg::cli namespace
#include <bpkg/options-types.hxx>
namespace bpkg
{
namespace cli
{
- class scanner;
-
- template <typename T>
- struct parser;
-
template <>
struct parser<path>
{