diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-13 23:55:31 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-14 03:49:19 -0500 |
commit | 2dfe34ce0efef6ec0412130a32f755657710363d (patch) | |
tree | 56e2ddfb5fb98276f953da8b823e17bfd5067776 /sal/textenc | |
parent | 3d654071413bc107e0730dd31261c252f71572bf (diff) |
saldllapi.h is really not included outside of sal itself
furthermore sal/config.h is already included by sal/types.h
so no need to include it twice
Change-Id: Id84122eb102eececc1001ea4a56c556ff775defa
Diffstat (limited to 'sal/textenc')
-rw-r--r-- | sal/textenc/converter.hxx | 3 | ||||
-rw-r--r-- | sal/textenc/convertsimple.hxx | 3 | ||||
-rw-r--r-- | sal/textenc/handleundefinedunicodetotextchar.hxx | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/sal/textenc/converter.hxx b/sal/textenc/converter.hxx index fc69ee24110b..7e09088d2971 100644 --- a/sal/textenc/converter.hxx +++ b/sal/textenc/converter.hxx @@ -29,9 +29,6 @@ #ifndef INCLUDED_SAL_TEXTENC_CONVERTER_HXX #define INCLUDED_SAL_TEXTENC_CONVERTER_HXX -#include "sal/config.h" - -#include "sal/saldllapi.h" #include "sal/types.h" // Internal, non-stable ABI diff --git a/sal/textenc/convertsimple.hxx b/sal/textenc/convertsimple.hxx index 3f207ea05e84..505a576dca11 100644 --- a/sal/textenc/convertsimple.hxx +++ b/sal/textenc/convertsimple.hxx @@ -30,9 +30,6 @@ #ifndef INCLUDED_SAL_TEXTENC_CONVERTSIMPLE_HXX #define INCLUDED_SAL_TEXTENC_CONVERTSIMPLE_HXX -#include "sal/config.h" - -#include "sal/saldllapi.h" #include "sal/types.h" // Internal, non-stable ABI diff --git a/sal/textenc/handleundefinedunicodetotextchar.hxx b/sal/textenc/handleundefinedunicodetotextchar.hxx index a3a3c329d9d1..4863150ea09f 100644 --- a/sal/textenc/handleundefinedunicodetotextchar.hxx +++ b/sal/textenc/handleundefinedunicodetotextchar.hxx @@ -30,9 +30,6 @@ #ifndef INCLUDED_SAL_TEXTENC_HANDLEUNDEFINEDUNICODETOTEXTCHAR_HXX #define INCLUDED_SAL_TEXTENC_HANDLEUNDEFINEDUNICODETOTEXTCHAR_HXX -#include "sal/config.h" - -#include "sal/saldllapi.h" #include "sal/types.h" // Internal, non-stable ABI |