summaryrefslogtreecommitdiffstats
path: root/xmlhelp
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-16 04:12:49 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-16 05:41:26 +0200
commit67aec439153b8a374d418cfe653b601f8d1b514a (patch)
tree0ff52c40698f0b12f55f9de066ba6536220b8480 /xmlhelp
parentremove some stuff (diff)
downloadcore-67aec439153b8a374d418cfe653b601f8d1b514a.tar.gz
core-67aec439153b8a374d418cfe653b601f8d1b514a.zip
cleanup
Change-Id: I7bfd221f89718ba8634417c93a26b3a199178694
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/test/abidebug.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/test/abidebug.hxx b/xmlhelp/source/cxxhelp/test/abidebug.hxx
index b1cfbf7b2a79..bb16c6812487 100644
--- a/xmlhelp/source/cxxhelp/test/abidebug.hxx
+++ b/xmlhelp/source/cxxhelp/test/abidebug.hxx
@@ -17,9 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <iostream>
-#ifndef _RTL_USTRING_
#include <rtl/ustring>
-#endif
+
ostream& operator<<( ostream& out,const OUString& bla );
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */