aboutsummaryrefslogtreecommitdiff
path: root/odb/gcc.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-19 08:28:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-19 08:28:09 +0200
commit5e5a3694f9f6a3adebc87ab451076ecf115df908 (patch)
treea4ffcdfc758a37915df5135ad39870fe2da744eb /odb/gcc.hxx
parent3d9bd015b1c14ae2b663c2d95f52e2c117847c72 (diff)
Remove unnecessary header inclusion
This was causing problems in libintl.h with newer versions of GCC that are built with --disable-nls.
Diffstat (limited to 'odb/gcc.hxx')
-rw-r--r--odb/gcc.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/odb/gcc.hxx b/odb/gcc.hxx
index b9a5d57..0278819 100644
--- a/odb/gcc.hxx
+++ b/odb/gcc.hxx
@@ -41,7 +41,6 @@ extern "C"
#include <system.h>
#include <coretypes.h>
#include <tree.h>
-#include <intl.h>
#include <real.h>
#include <tm.h>