From 5db050afb33a73b7a19890ce9583fbb5fd295a23 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 9 Nov 2013 15:16:17 -0600 Subject: [PATCH] fdo#65108 inter-module includes <> include/helpcompiler Change-Id: Ie959c92c0ebffb88318a9ac1a9284da11281105d --- include/helpcompiler/compilehelp.hxx | 2 +- include/helpcompiler/dllapi.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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