summaryrefslogtreecommitdiff
path: root/cli/context.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/context.hxx
parentf8c61f71ebf44572c9e865a620dc053e94371beb (diff)
Start switch to build2
Diffstat (limited to 'cli/context.hxx')
-rw-r--r--cli/context.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/context.hxx b/cli/context.hxx
index cd83421..553a256 100644
--- a/cli/context.hxx
+++ b/cli/context.hxx
@@ -17,9 +17,9 @@
#include <cutl/shared-ptr.hxx>
#include <cutl/fs/path.hxx>
-#include "options.hxx"
-#include "semantics.hxx"
-#include "traversal.hxx"
+#include <cli/options.hxx>
+#include <cli/semantics.hxx>
+#include <cli/traversal.hxx>
using std::endl;