summaryrefslogtreecommitdiff
path: root/sal/textenc/convertsinglebytetobmpunicode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/textenc/convertsinglebytetobmpunicode.cxx')
-rw-r--r--sal/textenc/convertsinglebytetobmpunicode.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/sal/textenc/convertsinglebytetobmpunicode.cxx b/sal/textenc/convertsinglebytetobmpunicode.cxx
index b563be83abaf..b485f88c7899 100644
--- a/sal/textenc/convertsinglebytetobmpunicode.cxx
+++ b/sal/textenc/convertsinglebytetobmpunicode.cxx
@@ -26,17 +26,18 @@
*
************************************************************************/
+#include "sal/config.h"
-#include "context.h"
-#include "converter.h"
-#include "convertsinglebytetobmpunicode.hxx"
-#include "unichars.h"
+#include <cstddef>
#include "osl/diagnose.h"
#include "rtl/textcvt.h"
#include "sal/types.h"
-#include <cstddef>
+#include "context.hxx"
+#include "converter.hxx"
+#include "convertsinglebytetobmpunicode.hxx"
+#include "unichars.hxx"
sal_Size rtl_textenc_convertSingleByteToBmpUnicode(
ImplTextConverterData const * data, void *, sal_Char const * srcBuf,