summaryrefslogtreecommitdiff
path: root/odb/semantics.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-03-30 11:40:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-03-30 11:40:26 +0200
commitb7824f749e29f7c9d018e468e18c2c7b6bd3e4c9 (patch)
treed89b25466c4df4fbcb3e765a0e989f22a7c4b440 /odb/semantics.hxx
parentb143a4a1a028d3147b9b603e77866780b34ee828 (diff)
Use odb prefix for inclusion
Diffstat (limited to 'odb/semantics.hxx')
-rw-r--r--odb/semantics.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/odb/semantics.hxx b/odb/semantics.hxx
index c30bece..3c642ff 100644
--- a/odb/semantics.hxx
+++ b/odb/semantics.hxx
@@ -6,16 +6,16 @@
#ifndef ODB_SEMANTICS_HXX
#define ODB_SEMANTICS_HXX
-#include <semantics/class.hxx>
-#include <semantics/class-template.hxx>
-#include <semantics/derived.hxx>
-#include <semantics/elements.hxx>
-#include <semantics/enum.hxx>
-#include <semantics/fundamental.hxx>
-#include <semantics/namespace.hxx>
-#include <semantics/template.hxx>
-#include <semantics/union.hxx>
-#include <semantics/union-template.hxx>
-#include <semantics/unit.hxx>
+#include <odb/semantics/class.hxx>
+#include <odb/semantics/class-template.hxx>
+#include <odb/semantics/derived.hxx>
+#include <odb/semantics/elements.hxx>
+#include <odb/semantics/enum.hxx>
+#include <odb/semantics/fundamental.hxx>
+#include <odb/semantics/namespace.hxx>
+#include <odb/semantics/template.hxx>
+#include <odb/semantics/union.hxx>
+#include <odb/semantics/union-template.hxx>
+#include <odb/semantics/unit.hxx>
#endif // ODB_SEMANTICS_HXX