summaryrefslogtreecommitdiff
path: root/include/rtl/ustring.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtl/ustring.hxx')
-rw-r--r--include/rtl/ustring.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx
index 96afdc438c83..74b46fdc0887 100644
--- a/include/rtl/ustring.hxx
+++ b/include/rtl/ustring.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_RTL_USTRING_HXX
#define INCLUDED_RTL_USTRING_HXX
-#include <sal/config.h>
+#include "sal/config.h"
#include <cassert>
#include <cstddef>
@@ -28,15 +28,15 @@
#include <ostream>
#include <string.h>
-#include <rtl/ustring.h>
-#include <rtl/string.hxx>
-#include <rtl/stringutils.hxx>
-#include <rtl/textenc.h>
-#include <sal/log.hxx>
+#include "rtl/ustring.h"
+#include "rtl/string.hxx"
+#include "rtl/stringutils.hxx"
+#include "rtl/textenc.h"
+#include "sal/log.hxx"
#ifdef LIBO_INTERNAL_ONLY // "RTL_FAST_STRING"
-#include <config_global.h>
-#include <rtl/stringconcat.hxx>
+#include "config_global.h"
+#include "rtl/stringconcat.hxx"
#endif
#ifdef RTL_STRING_UNITTEST