summaryrefslogtreecommitdiff
path: root/cli/generator.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/generator.hxx
parentf8c61f71ebf44572c9e865a620dc053e94371beb (diff)
Start switch to build2
Diffstat (limited to 'cli/generator.hxx')
-rw-r--r--cli/generator.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/generator.hxx b/cli/generator.hxx
index c892f96..d74def8 100644
--- a/cli/generator.hxx
+++ b/cli/generator.hxx
@@ -6,8 +6,8 @@
#ifndef CLI_GENERATOR_HXX
#define CLI_GENERATOR_HXX
-#include "options.hxx"
-#include "semantics/unit.hxx"
+#include <cli/options.hxx>
+#include <cli/semantics/unit.hxx>
class generator
{