summaryrefslogtreecommitdiffstats
path: root/sal/rtl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-29 15:50:40 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-29 15:59:53 +0200
commit8e1bffe7ffb0a091e06e83a453aec7ce666e8df0 (patch)
treea68fba5f15f673afac96bf8fcc7947ec4ff918d2 /sal/rtl
parentRemove some unused defines and controls (diff)
downloadcore-8e1bffe7ffb0a091e06e83a453aec7ce666e8df0.tar.gz
core-8e1bffe7ffb0a091e06e83a453aec7ce666e8df0.zip
Remove include guards
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
Diffstat (limited to 'sal/rtl')
-rw-r--r--sal/rtl/source/strbuf.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sal/rtl/source/strbuf.cxx b/sal/rtl/source/strbuf.cxx
index c9a4f3140643..d4a5a75ba929 100644
--- a/sal/rtl/source/strbuf.cxx
+++ b/sal/rtl/source/strbuf.cxx
@@ -27,18 +27,9 @@
************************************************************************/
#include <osl/interlck.h>
-
-#ifndef _RTL_STRING_HXX_
#include <rtl/strbuf.hxx>
-#endif
#include <rtl/memory.h>
-/*
-#include <rtl/alloc.h>
-*/
-
-
-
/*************************************************************************
* rtl_stringbuffer_newFromStr_WithLength
*/