summaryrefslogtreecommitdiffstats
path: root/include/rtl/strbuf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtl/strbuf.hxx')
-rw-r--r--include/rtl/strbuf.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/rtl/strbuf.hxx b/include/rtl/strbuf.hxx
index eb5d4f738568..638c30bb957a 100644
--- a/include/rtl/strbuf.hxx
+++ b/include/rtl/strbuf.hxx
@@ -20,18 +20,18 @@
#ifndef INCLUDED_RTL_STRBUF_HXX
#define INCLUDED_RTL_STRBUF_HXX
-#include <sal/config.h>
+#include "sal/config.h"
#include <cassert>
#include <cstddef>
#include <cstring>
-#include <rtl/strbuf.h>
-#include <rtl/string.hxx>
-#include <rtl/stringutils.hxx>
+#include "rtl/strbuf.h"
+#include "rtl/string.hxx"
+#include "rtl/stringutils.hxx"
#ifdef LIBO_INTERNAL_ONLY // "RTL_FAST_STRING"
-#include <rtl/stringconcat.hxx>
+#include "rtl/stringconcat.hxx"
#endif
#ifdef RTL_STRING_UNITTEST