From 721366ebe1605f6167cc46a05fba12ce884b92cf Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 17 Nov 2014 22:45:11 +0100 Subject: cppu: clean up public headers with include-what-you-use Unfortunately iwyu gets quite confused by the weird cyclic dependencies between various foo.h/foo.hxx and cppumaker generated headers, so it's not obvious if any improvement here is realistic... Change-Id: I0bc66f98b146712e28cabc18d56c11c08418c721 --- bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'bridges/source') diff --git a/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx b/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx index b2152ddc7b31..92df84bded44 100644 --- a/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx @@ -35,7 +35,6 @@ using namespace ::std; -using namespace ::osl; using namespace ::com::sun::star::uno; using namespace ::__cxxabiv1; -- cgit