summaryrefslogtreecommitdiff
path: root/odb/generator.cxx
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/generator.cxx
parentb143a4a1a028d3147b9b603e77866780b34ee828 (diff)
Use odb prefix for inclusion
Diffstat (limited to 'odb/generator.cxx')
-rw-r--r--odb/generator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/generator.cxx b/odb/generator.cxx
index 3548802..4538e54 100644
--- a/odb/generator.cxx
+++ b/odb/generator.cxx
@@ -13,8 +13,8 @@
#include <cutl/compiler/code-stream.hxx>
#include <cutl/compiler/cxx-indenter.hxx>
-#include <context.hxx>
-#include <generator.hxx>
+#include <odb/context.hxx>
+#include <odb/generator.hxx>
using namespace std;
using namespace cutl;