summaryrefslogtreecommitdiff
path: root/sal/textenc/textenc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/textenc/textenc.cxx')
-rw-r--r--sal/textenc/textenc.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sal/textenc/textenc.cxx b/sal/textenc/textenc.cxx
index d78302121334..322a7c2b672e 100644
--- a/sal/textenc/textenc.cxx
+++ b/sal/textenc/textenc.cxx
@@ -21,19 +21,19 @@
implementation of rtl/textenc.h. Rather, it should be called
gettextencodingdata.c. */
-#include "sal/config.h"
+#include <sal/config.h>
#include <cstddef>
#include <cstdlib>
-#include "osl/module.hxx"
-#include "rtl/instance.hxx"
-#include "rtl/textenc.h"
-#include "rtl/ustring.h"
-#include "rtl/ustring.hxx"
-#include "sal/log.hxx"
-#include "sal/macros.h"
-#include "sal/types.h"
+#include <osl/module.hxx>
+#include <rtl/instance.hxx>
+#include <rtl/textenc.h>
+#include <rtl/ustring.h>
+#include <rtl/ustring.hxx>
+#include <sal/log.hxx>
+#include <sal/macros.h>
+#include <sal/types.h>
#include "convertsimple.hxx"
#include "gettextencodingdata.hxx"