diff options
Diffstat (limited to 'sal/textenc/handleundefinedunicodetotextchar.cxx')
-rw-r--r-- | sal/textenc/handleundefinedunicodetotextchar.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/textenc/handleundefinedunicodetotextchar.cxx b/sal/textenc/handleundefinedunicodetotextchar.cxx index 2f6640b0ad51..007e342b485e 100644 --- a/sal/textenc/handleundefinedunicodetotextchar.cxx +++ b/sal/textenc/handleundefinedunicodetotextchar.cxx @@ -7,10 +7,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include <sal/config.h> -#include "rtl/textcvt.h" -#include "sal/types.h" +#include <rtl/textcvt.h> +#include <sal/types.h> #include "handleundefinedunicodetotextchar.hxx" #include "tenchelp.hxx" |