summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:16:17 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:42 -0600
commit5db050afb33a73b7a19890ce9583fbb5fd295a23 (patch)
tree553815c8e2664b0b067ed126a4e11189d3bed458
parentfdo#65108 inter-module includes <> include/sal (diff)
downloadcore-5db050afb33a73b7a19890ce9583fbb5fd295a23.tar.gz
core-5db050afb33a73b7a19890ce9583fbb5fd295a23.zip
fdo#65108 inter-module includes <> include/helpcompiler
Change-Id: Ie959c92c0ebffb88318a9ac1a9284da11281105d
-rw-r--r--include/helpcompiler/compilehelp.hxx2
-rw-r--r--include/helpcompiler/dllapi.h4
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