summaryrefslogtreecommitdiff
path: root/sal/rtl/ustrbuf.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2023-09-12 15:32:43 +0200
committerMiklos Vajna <vmiklos@collabora.com>2023-09-19 08:35:12 +0200
commit2e71c439057c8d31b6af191ef38607600cb996f0 (patch)
treedc7afd8083a29c2b42cdf1d3a305340aa3dfa3b4 /sal/rtl/ustrbuf.cxx
parentf2f32aaa839b25a2413928b7b92fff3d71034508 (diff)
tdf#146619 Remove unused includes from sal/ [cpp files]
Change-Id: I11a54c1ddf73c16ce46a0d1c375bf43157870db7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155856 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sal/rtl/ustrbuf.cxx')
-rw-r--r--sal/rtl/ustrbuf.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sal/rtl/ustrbuf.cxx b/sal/rtl/ustrbuf.cxx
index c91834cfa783..6154814ebb9e 100644
--- a/sal/rtl/ustrbuf.cxx
+++ b/sal/rtl/ustrbuf.cxx
@@ -17,12 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <string.h>
-
#include <osl/interlck.h>
-#include <osl/diagnose.h>
#include <rtl/character.hxx>
-#include <rtl/ustrbuf.hxx>
+#include <rtl/ustrbuf.h>
#include "strimp.hxx"
#if USE_SDT_PROBES