aboutsummaryrefslogtreecommitdiff
path: root/odb/gcc.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-01 19:08:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-01 19:08:33 +0200
commitf0bbc17aeed1b636782a4b92e8191d90f310d0a2 (patch)
treeffd4fb1f179243f6c3657fc4b346843d46eb73de /odb/gcc.hxx
parent95cb59ee9e7770bd38e14bc86069b7c4d80ea08e (diff)
<tm.h> include in gcc.hxx appears to be no longer necessary
On MIPS this file pulls in enum processor which conflicts with our class processor.
Diffstat (limited to 'odb/gcc.hxx')
-rw-r--r--odb/gcc.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/odb/gcc.hxx b/odb/gcc.hxx
index 504b59b..c953047 100644
--- a/odb/gcc.hxx
+++ b/odb/gcc.hxx
@@ -46,8 +46,6 @@ extern "C"
#include <tree.h>
#include <real.h>
-#include <tm.h>
-
#include <cpplib.h>
#include <cp/cp-tree.h>