summaryrefslogtreecommitdiff
path: root/include/rtl/string.h
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:13:51 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:41 -0600
commit1b9742b7d7827064730cfd92ebfbba4e80b9b6a5 (patch)
treea9b1107976287fe034d34c2448ba957914870376 /include/rtl/string.h
parenta525fa440245833eb9520c9d290eff2ecebfa615 (diff)
fdo#65108 inter-module includes <> include/rtl
Change-Id: Ic90a365a237aa23846f97131146a5aa2c46b5fd2
Diffstat (limited to 'include/rtl/string.h')
-rw-r--r--include/rtl/string.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/rtl/string.h b/include/rtl/string.h
index d4c5420bda3c..32344bfa4413 100644
--- a/include/rtl/string.h
+++ b/include/rtl/string.h
@@ -20,12 +20,12 @@
#ifndef INCLUDED_RTL_STRING_H
#define INCLUDED_RTL_STRING_H
-#include "sal/config.h"
+#include <sal/config.h>
-#include "osl/interlck.h"
-#include "rtl/textcvt.h"
-#include "sal/saldllapi.h"
-#include "sal/types.h"
+#include <osl/interlck.h>
+#include <rtl/textcvt.h>
+#include <sal/saldllapi.h>
+#include <sal/types.h>
#ifdef __cplusplus
extern "C" {