diff --git a/include/helpcompiler/compilehelp.hxx b/include/helpcompiler/compilehelp.hxx index a86192e21b4a..6d7e191d7865 100644 --- a/include/helpcompiler/compilehelp.hxx +++ b/include/helpcompiler/compilehelp.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_HELPCOMPILER_COMPILEHELP_HXX #define INCLUDED_HELPCOMPILER_COMPILEHELP_HXX -#include "sal/types.h" +#include #if defined(HELPLINKER_DLLIMPLEMENTATION) #define HELPLINKER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT diff --git a/include/helpcompiler/dllapi.h b/include/helpcompiler/dllapi.h index ff91bd5a446b..e0a115d05648 100644 --- a/include/helpcompiler/dllapi.h +++ b/include/helpcompiler/dllapi.h @@ -20,8 +20,8 @@ #ifndef INCLUDED_HELPCOMPILER_DLLAPI_H #define INCLUDED_HELPCOMPILER_DLLAPI_H -#include "sal/config.h" -#include "sal/types.h" +#include +#include #if defined L10N_DLLIMPLEMENTATION #define L10N_DLLPUBLIC SAL_DLLPUBLIC_EXPORT