summaryrefslogtreecommitdiff
path: root/include/rtl/stringutils.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtl/stringutils.hxx')
-rw-r--r--include/rtl/stringutils.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rtl/stringutils.hxx b/include/rtl/stringutils.hxx
index a88f5be861fd..0223e71d1d41 100644
--- a/include/rtl/stringutils.hxx
+++ b/include/rtl/stringutils.hxx
@@ -10,12 +10,12 @@
#ifndef INCLUDED_RTL_STRINGUTILS_HXX
#define INCLUDED_RTL_STRINGUTILS_HXX
-#include <sal/config.h>
+#include "sal/config.h"
#include <cstddef>
#include <cstring>
-#include <sal/types.h>
+#include "sal/types.h"
// The unittest uses slightly different code to help check that the proper
// calls are made. The class is put into a different namespace to make