aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types-parsers.hxx
diff options
context:
space:
mode:
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>
{