aboutsummaryrefslogtreecommitdiff
path: root/odb/semantics
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-05-21 11:23:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-05-21 11:23:50 +0200
commitaeb66e2405094c4e004ea786935b9408015b46bc (patch)
treef6cca34b66e6bf5800938b0183c6a74d5b39ae90 /odb/semantics
parentd50b3099ec02374e3c45782b7e1dca84bf53e376 (diff)
Use forward declarations of GCC AST where possible
Diffstat (limited to 'odb/semantics')
-rw-r--r--odb/semantics/elements.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/semantics/elements.hxx b/odb/semantics/elements.hxx
index cc3b0be..3c98db8 100644
--- a/odb/semantics/elements.hxx
+++ b/odb/semantics/elements.hxx
@@ -6,8 +6,6 @@
#ifndef ODB_SEMANTICS_ELEMENTS_HXX
#define ODB_SEMANTICS_ELEMENTS_HXX
-#include <odb/gcc.hxx> // Keep it first.
-
#include <map>
#include <list>
#include <vector>
@@ -22,6 +20,8 @@
#include <cutl/container/pointer-iterator.hxx>
#include <cutl/compiler/context.hxx>
+#include <odb/gcc-fwd.hxx>
+
namespace semantics
{
using namespace cutl;