From 4fd0df2573341824eea5edfaf45be33997ce56ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Feb 2016 16:34:29 +0200 Subject: / scheme cleanup --- bpkg/help | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg/help') 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 - #include +#include + #include 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); -- cgit v1.1