summaryrefslogtreecommitdiff
path: root/cli/man.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-15 16:57:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-15 16:57:48 +0200
commitbe3dc4cee63da92cfa1fa44a0bf90ab11ec7aaca (patch)
treee74b26a798e0ff71bc140bbba3ea30e2eb3ac3e3 /cli/man.hxx
parentf8c61f71ebf44572c9e865a620dc053e94371beb (diff)
Start switch to build2
Diffstat (limited to 'cli/man.hxx')
-rw-r--r--cli/man.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/man.hxx b/cli/man.hxx
index 71d8154..838622a 100644
--- a/cli/man.hxx
+++ b/cli/man.hxx
@@ -6,7 +6,7 @@
#ifndef CLI_MAN_HXX
#define CLI_MAN_HXX
-#include "context.hxx"
+#include <cli/context.hxx>
void
generate_man (context&);