aboutsummaryrefslogtreecommitdiff
path: root/bpkg/help.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/help.cxx')
-rw-r--r--bpkg/help.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/bpkg/help.cxx b/bpkg/help.cxx
index 133c08e..61152b3 100644
--- a/bpkg/help.cxx
+++ b/bpkg/help.cxx
@@ -2,16 +2,16 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <bpkg/help>
+#include <bpkg/help.hxx>
#include <butl/pager>
-#include <bpkg/diagnostics>
-#include <bpkg/bpkg-options>
+#include <bpkg/diagnostics.hxx>
+#include <bpkg/bpkg-options.hxx>
// Help topics.
//
-#include <bpkg/repository-signing>
+#include <bpkg/repository-signing.hxx>
using namespace std;
using namespace butl;