aboutsummaryrefslogtreecommitdiff
path: root/odb/plugin.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/plugin.cxx
parentb143a4a1a028d3147b9b603e77866780b34ee828 (diff)
Use odb prefix for inclusion
Diffstat (limited to 'odb/plugin.cxx')
-rw-r--r--odb/plugin.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/plugin.cxx b/odb/plugin.cxx
index f381251..06c7abd 100644
--- a/odb/plugin.cxx
+++ b/odb/plugin.cxx
@@ -3,7 +3,7 @@
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
-#include <gcc.hxx> // Keep it first.
+#include <odb/gcc.hxx> // Keep it first.
#include <set>
#include <map>
@@ -13,9 +13,9 @@
#include <sstream>
#include <iostream>
-#include <options.hxx>
-#include <semantics.hxx>
-#include <generator.hxx>
+#include <odb/options.hxx>
+#include <odb/semantics.hxx>
+#include <odb/generator.hxx>
#ifndef LOCATION_COLUMN
#define LOCATION_COLUMN(LOC) (expand_location (LOC).column)