summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-27 20:26:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-27 20:26:07 +0000
commit5e8635f624406d63988ff55006ceed4cb705e80e (patch)
treed210651a09e0848e8b3ecceebb8d31cbe5c6a8e0 /bridges
parentabb0932a33cb63c4c4601f20fba339494d3c2623 (diff)
move cxxabi.h after stl headers to workaround gcc 4.6.0 and damn stlport
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/except.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx b/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx
index 8013a8248bab..ade36b099e61 100644
--- a/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx
@@ -32,9 +32,10 @@
#include <stdio.h>
#include <string.h>
#include <dlfcn.h>
-#include <cxxabi.h>
#include <hash_map>
+#include <cxxabi.h>
+
#include <rtl/strbuf.hxx>
#include <rtl/ustrbuf.hxx>
#include <osl/diagnose.h>
@@ -47,7 +48,6 @@
#include "share.hxx"
-
using namespace ::std;
using namespace ::osl;
using namespace ::rtl;