aboutsummaryrefslogtreecommitdiff
path: root/bpkg/help
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-12 16:34:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-02-12 16:34:29 +0200
commit4fd0df2573341824eea5edfaf45be33997ce56ce (patch)
tree71338eb0045c9eb734178cafb2fabd128d4076da /bpkg/help
parent2c58968b94f348911372e8afb47626d33825757b (diff)
<types>/<utility> scheme cleanup
Diffstat (limited to 'bpkg/help')
-rw-r--r--bpkg/help6
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/help b/bpkg/help
index 1cad767..6026cc4 100644
--- a/bpkg/help
+++ b/bpkg/help
@@ -5,14 +5,14 @@
#ifndef BPKG_HELP
#define BPKG_HELP
-#include <iosfwd>
-
#include <bpkg/types>
+#include <bpkg/utility>
+
#include <bpkg/help-options>
namespace bpkg
{
- using usage_function = cli::usage_para (std::ostream&, cli::usage_para);
+ using usage_function = cli::usage_para (ostream&, cli::usage_para);
int
help (const help_options&, const string& topic, usage_function* usage);