summaryrefslogtreecommitdiff
path: root/cli/semantics
diff options
context:
space:
mode:
Diffstat (limited to 'cli/semantics')
-rw-r--r--cli/semantics/class.cxx2
-rw-r--r--cli/semantics/class.hxx2
-rw-r--r--cli/semantics/doc.cxx2
-rw-r--r--cli/semantics/doc.hxx2
-rw-r--r--cli/semantics/elements.cxx2
-rw-r--r--cli/semantics/expression.cxx2
-rw-r--r--cli/semantics/expression.hxx2
-rw-r--r--cli/semantics/namespace.cxx2
-rw-r--r--cli/semantics/namespace.hxx2
-rw-r--r--cli/semantics/option.cxx2
-rw-r--r--cli/semantics/option.hxx2
-rw-r--r--cli/semantics/unit.cxx2
-rw-r--r--cli/semantics/unit.hxx6
13 files changed, 15 insertions, 15 deletions
diff --git a/cli/semantics/class.cxx b/cli/semantics/class.cxx
index 9a6fc85..f0a98d8 100644
--- a/cli/semantics/class.cxx
+++ b/cli/semantics/class.cxx
@@ -5,7 +5,7 @@
#include <cutl/compiler/type-info.hxx>
-#include <semantics/class.hxx>
+#include <cli/semantics/class.hxx>
namespace semantics
{
diff --git a/cli/semantics/class.hxx b/cli/semantics/class.hxx
index f5f12c8..3a6bc00 100644
--- a/cli/semantics/class.hxx
+++ b/cli/semantics/class.hxx
@@ -8,7 +8,7 @@
#include <vector>
-#include <semantics/elements.hxx>
+#include <cli/semantics/elements.hxx>
namespace semantics
{
diff --git a/cli/semantics/doc.cxx b/cli/semantics/doc.cxx
index 4b2f9b4..f8670b4 100644
--- a/cli/semantics/doc.cxx
+++ b/cli/semantics/doc.cxx
@@ -5,7 +5,7 @@
#include <cutl/compiler/type-info.hxx>
-#include <semantics/doc.hxx>
+#include <cli/semantics/doc.hxx>
namespace semantics
{
diff --git a/cli/semantics/doc.hxx b/cli/semantics/doc.hxx
index 4fca4e8..22bdc17 100644
--- a/cli/semantics/doc.hxx
+++ b/cli/semantics/doc.hxx
@@ -6,7 +6,7 @@
#ifndef CLI_SEMANTICS_DOC_HXX
#define CLI_SEMANTICS_DOC_HXX
-#include <semantics/elements.hxx>
+#include <cli/semantics/elements.hxx>
namespace semantics
{
diff --git a/cli/semantics/elements.cxx b/cli/semantics/elements.cxx
index 3e87248..b0550b9 100644
--- a/cli/semantics/elements.cxx
+++ b/cli/semantics/elements.cxx
@@ -5,7 +5,7 @@
#include <cutl/compiler/type-info.hxx>
-#include <semantics/elements.hxx>
+#include <cli/semantics/elements.hxx>
namespace semantics
{
diff --git a/cli/semantics/expression.cxx b/cli/semantics/expression.cxx
index 0bd9fe9..cd42244 100644
--- a/cli/semantics/expression.cxx
+++ b/cli/semantics/expression.cxx
@@ -5,7 +5,7 @@
#include <cutl/compiler/type-info.hxx>
-#include <semantics/expression.hxx>
+#include <cli/semantics/expression.hxx>
namespace semantics
{
diff --git a/cli/semantics/expression.hxx b/cli/semantics/expression.hxx
index 18ba2de..af44886 100644
--- a/cli/semantics/expression.hxx
+++ b/cli/semantics/expression.hxx
@@ -7,7 +7,7 @@
#define CLI_SEMANTICS_EXPRESSION_HXX
#include <string>
-#include <semantics/elements.hxx>
+#include <cli/semantics/elements.hxx>
namespace semantics
{
diff --git a/cli/semantics/namespace.cxx b/cli/semantics/namespace.cxx
index 3947578..5c9228a 100644
--- a/cli/semantics/namespace.cxx
+++ b/cli/semantics/namespace.cxx
@@ -5,7 +5,7 @@
#include <cutl/compiler/type-info.hxx>
-#include <semantics/namespace.hxx>
+#include <cli/semantics/namespace.hxx>
namespace semantics
{
diff --git a/cli/semantics/namespace.hxx b/cli/semantics/namespace.hxx
index 0ff534a..ca50683 100644
--- a/cli/semantics/namespace.hxx
+++ b/cli/semantics/namespace.hxx
@@ -6,7 +6,7 @@
#ifndef CLI_SEMANTICS_NAMESPACE_HXX
#define CLI_SEMANTICS_NAMESPACE_HXX
-#include <semantics/elements.hxx>
+#include <cli/semantics/elements.hxx>
namespace semantics
{
diff --git a/cli/semantics/option.cxx b/cli/semantics/option.cxx
index 04eb9a5..9c73f3e 100644
--- a/cli/semantics/option.cxx
+++ b/cli/semantics/option.cxx
@@ -5,7 +5,7 @@
#include <cutl/compiler/type-info.hxx>
-#include <semantics/option.hxx>
+#include <cli/semantics/option.hxx>
namespace semantics
{
diff --git a/cli/semantics/option.hxx b/cli/semantics/option.hxx
index 90a462a..f102dda 100644
--- a/cli/semantics/option.hxx
+++ b/cli/semantics/option.hxx
@@ -6,7 +6,7 @@
#ifndef CLI_SEMANTICS_OPTION_HXX
#define CLI_SEMANTICS_OPTION_HXX
-#include <semantics/elements.hxx>
+#include <cli/semantics/elements.hxx>
namespace semantics
{
diff --git a/cli/semantics/unit.cxx b/cli/semantics/unit.cxx
index eecdbba..f0cfddb 100644
--- a/cli/semantics/unit.cxx
+++ b/cli/semantics/unit.cxx
@@ -5,7 +5,7 @@
#include <cutl/compiler/type-info.hxx>
-#include <semantics/unit.hxx>
+#include <cli/semantics/unit.hxx>
namespace semantics
{
diff --git a/cli/semantics/unit.hxx b/cli/semantics/unit.hxx
index 772d2f7..f5e2368 100644
--- a/cli/semantics/unit.hxx
+++ b/cli/semantics/unit.hxx
@@ -10,8 +10,8 @@
#include <vector>
#include <string>
-#include <semantics/elements.hxx>
-#include <semantics/namespace.hxx>
+#include <cli/semantics/elements.hxx>
+#include <cli/semantics/namespace.hxx>
namespace semantics
{
@@ -306,6 +306,6 @@ namespace semantics
};
}
-#include <semantics/unit.txx>
+#include <cli/semantics/unit.txx>
#endif // CLI_SEMANTICS_UNIT_HXX