diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:16:17 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:42 -0600 |
commit | 5db050afb33a73b7a19890ce9583fbb5fd295a23 (patch) | |
tree | 553815c8e2664b0b067ed126a4e11189d3bed458 /include | |
parent | bda91b953bbb44fe10cc962f4be84a9305748609 (diff) |
fdo#65108 inter-module includes <> include/helpcompiler
Change-Id: Ie959c92c0ebffb88318a9ac1a9284da11281105d
Diffstat (limited to 'include')
-rw-r--r-- | include/helpcompiler/compilehelp.hxx | 2 | ||||
-rw-r--r-- | 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 <sal/types.h> #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 <sal/config.h> +#include <sal/types.h> #if defined L10N_DLLIMPLEMENTATION #define L10N_DLLPUBLIC SAL_DLLPUBLIC_EXPORT |