From b7824f749e29f7c9d018e468e18c2c7b6bd3e4c9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Mar 2010 11:40:26 +0200 Subject: Use odb prefix for inclusion --- odb/plugin.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'odb/plugin.cxx') 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 // Keep it first. +#include // Keep it first. #include #include @@ -13,9 +13,9 @@ #include #include -#include -#include -#include +#include +#include +#include #ifndef LOCATION_COLUMN #define LOCATION_COLUMN(LOC) (expand_location (LOC).column) -- cgit v1.1