summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:37:43 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:48 -0600
commitb43343b0e713d70936d32069a21e96334b08dd82 (patch)
treeab15b54ed893295d056397311ca359fe47f575da /include
parent3d12a3339bfcadd776029c078b456817d0aba2f2 (diff)
fdo#65108 inter-module includes <> include/tools
Change-Id: I5f44f041e465230d10d562e8bd6f141848465e07
Diffstat (limited to 'include')
-rw-r--r--include/tools/appendunixshellword.hxx4
-rw-r--r--include/tools/bigint.hxx2
-rw-r--r--include/tools/color.hxx2
-rw-r--r--include/tools/config.hxx2
-rw-r--r--include/tools/contnr.hxx2
-rw-r--r--include/tools/date.hxx2
-rw-r--r--include/tools/datetime.hxx2
-rw-r--r--include/tools/debug.hxx2
-rw-r--r--include/tools/errinf.hxx2
-rw-r--r--include/tools/extendapplicationenvironment.hxx4
-rw-r--r--include/tools/fract.hxx2
-rw-r--r--include/tools/gen.hxx2
-rw-r--r--include/tools/getprocessworkingdir.hxx4
-rw-r--r--include/tools/globname.hxx2
-rw-r--r--include/tools/inetmime.hxx2
-rw-r--r--include/tools/inetmsg.hxx2
-rw-r--r--include/tools/inetstrm.hxx2
-rw-r--r--include/tools/line.hxx2
-rw-r--r--include/tools/lineend.hxx2
-rw-r--r--include/tools/link.hxx6
-rw-r--r--include/tools/mempool.hxx8
-rw-r--r--include/tools/multisel.hxx2
-rw-r--r--include/tools/pathutils.hxx2
-rw-r--r--include/tools/poly.hxx2
-rw-r--r--include/tools/pstm.hxx2
-rw-r--r--include/tools/rc.hxx2
-rw-r--r--include/tools/ref.hxx2
-rw-r--r--include/tools/resary.hxx4
-rw-r--r--include/tools/resid.hxx2
-rw-r--r--include/tools/resmgr.hxx2
-rw-r--r--include/tools/shl.hxx2
-rw-r--r--include/tools/simplerm.hxx2
-rw-r--r--include/tools/solarmutex.hxx2
-rw-r--r--include/tools/stream.hxx2
-rw-r--r--include/tools/svborder.hxx2
-rw-r--r--include/tools/tenccvt.hxx2
-rw-r--r--include/tools/time.hxx2
-rw-r--r--include/tools/tools.h2
-rw-r--r--include/tools/toolsdllapi.h2
-rw-r--r--include/tools/unqidx.hxx2
-rw-r--r--include/tools/urlobj.hxx12
-rw-r--r--include/tools/vcompat.hxx2
-rw-r--r--include/tools/wldcrd.hxx2
-rw-r--r--include/tools/zcodec.hxx2
44 files changed, 58 insertions, 58 deletions
diff --git a/include/tools/appendunixshellword.hxx b/include/tools/appendunixshellword.hxx
index 98fcdf8023a5..4585bf36cf8f 100644
--- a/include/tools/appendunixshellword.hxx
+++ b/include/tools/appendunixshellword.hxx
@@ -20,10 +20,10 @@
#ifndef INCLUDED_TOOLS_APPENDUNIXSHELLWORD_HXX
#define INCLUDED_TOOLS_APPENDUNIXSHELLWORD_HXX
-#include "sal/config.h"
+#include <sal/config.h>
#if defined UNX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
namespace tools {
diff --git a/include/tools/bigint.hxx b/include/tools/bigint.hxx
index 019e425f1d91..0206e366400f 100644
--- a/include/tools/bigint.hxx
+++ b/include/tools/bigint.hxx
@@ -21,7 +21,7 @@
#include <climits>
#include <rtl/ustring.hxx>
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/solar.h>
class SvStream;
diff --git a/include/tools/color.hxx b/include/tools/color.hxx
index db901c843959..7b13321c9512 100644
--- a/include/tools/color.hxx
+++ b/include/tools/color.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_COLOR_HXX
#define INCLUDED_TOOLS_COLOR_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
class SvStream;
class ResId;
diff --git a/include/tools/config.hxx b/include/tools/config.hxx
index f3f29b293ee0..21f8b9a9aa25 100644
--- a/include/tools/config.hxx
+++ b/include/tools/config.hxx
@@ -19,7 +19,7 @@
#ifndef _CONFIG_HXX
#define _CONFIG_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <rtl/ustring.hxx>
struct ImplConfigData;
diff --git a/include/tools/contnr.hxx b/include/tools/contnr.hxx
index ce567171baa2..6903d67a7c35 100644
--- a/include/tools/contnr.hxx
+++ b/include/tools/contnr.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_CONTNR_HXX
#define INCLUDED_TOOLS_CONTNR_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/solar.h>
#include <limits.h>
diff --git a/include/tools/date.hxx b/include/tools/date.hxx
index d18791e65a65..f8b52ef50d7a 100644
--- a/include/tools/date.hxx
+++ b/include/tools/date.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_DATE_HXX
#define INCLUDED_TOOLS_DATE_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/solar.h>
#include <com/sun/star/util/Date.hpp>
#include <sal/log.hxx>
diff --git a/include/tools/datetime.hxx b/include/tools/datetime.hxx
index 69f55d7f187e..eae54adc0a20 100644
--- a/include/tools/datetime.hxx
+++ b/include/tools/datetime.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_DATETIME_HXX
#define INCLUDED_TOOLS_DATETIME_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/solar.h>
#include <tools/date.hxx>
#include <tools/time.hxx>
diff --git a/include/tools/debug.hxx b/include/tools/debug.hxx
index 970c456d8e2c..5d8a7d809c67 100644
--- a/include/tools/debug.hxx
+++ b/include/tools/debug.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_DEBUG_HXX
#define INCLUDED_TOOLS_DEBUG_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <sal/detail/log.h>
#include <sal/types.h>
diff --git a/include/tools/errinf.hxx b/include/tools/errinf.hxx
index 4dabe6381df1..54dc0acb0d48 100644
--- a/include/tools/errinf.hxx
+++ b/include/tools/errinf.hxx
@@ -26,7 +26,7 @@
#include <rtl/ustring.hxx>
#include <tools/rtti.hxx>
#include <tools/errcode.hxx>
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
class EDcr_Impl;
class ErrHdl_Impl;
diff --git a/include/tools/extendapplicationenvironment.hxx b/include/tools/extendapplicationenvironment.hxx
index b6ccbf8d5491..c8a19c4afd14 100644
--- a/include/tools/extendapplicationenvironment.hxx
+++ b/include/tools/extendapplicationenvironment.hxx
@@ -19,8 +19,8 @@
#ifndef INCLUDED_TOOLS_EXTENDAPPLICATIONENVIRONMENT_HXX
#define INCLUDED_TOOLS_EXTENDAPPLICATIONENVIRONMENT_HXX
-#include "sal/config.h"
-#include "tools/toolsdllapi.h"
+#include <sal/config.h>
+#include <tools/toolsdllapi.h>
namespace tools {
diff --git a/include/tools/fract.hxx b/include/tools/fract.hxx
index ca5b9c6626ac..aca04ee4ebf2 100644
--- a/include/tools/fract.hxx
+++ b/include/tools/fract.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_FRACT_HXX
#define INCLUDED_TOOLS_FRACT_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/solar.h>
class SvStream;
diff --git a/include/tools/gen.hxx b/include/tools/gen.hxx
index 6146cec6e4c8..39860582cfbe 100644
--- a/include/tools/gen.hxx
+++ b/include/tools/gen.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_GEN_HXX
#define INCLUDED_TOOLS_GEN_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/solar.h>
#include <limits.h>
diff --git a/include/tools/getprocessworkingdir.hxx b/include/tools/getprocessworkingdir.hxx
index f780c86c9a21..985a683a872c 100644
--- a/include/tools/getprocessworkingdir.hxx
+++ b/include/tools/getprocessworkingdir.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_TOOLS_GETPROCESSWORKINGDIR_HXX
#define INCLUDED_TOOLS_GETPROCESSWORKINGDIR_HXX
-#include "sal/config.h"
-#include "tools/toolsdllapi.h"
+#include <sal/config.h>
+#include <tools/toolsdllapi.h>
namespace tools {
diff --git a/include/tools/globname.hxx b/include/tools/globname.hxx
index d2602fc94683..9e9064cb3209 100644
--- a/include/tools/globname.hxx
+++ b/include/tools/globname.hxx
@@ -21,7 +21,7 @@
#include <vector>
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <com/sun/star/uno/Sequence.hxx>
struct ImpSvGlobalName
diff --git a/include/tools/inetmime.hxx b/include/tools/inetmime.hxx
index 2d0855690a44..6370cc47bf08 100644
--- a/include/tools/inetmime.hxx
+++ b/include/tools/inetmime.hxx
@@ -21,7 +21,7 @@
#include <boost/ptr_container/ptr_vector.hpp>
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <rtl/alloc.h>
#include <rtl/character.hxx>
#include <rtl/string.hxx>
diff --git a/include/tools/inetmsg.hxx b/include/tools/inetmsg.hxx
index 75b0c63c2321..324a73395a64 100644
--- a/include/tools/inetmsg.hxx
+++ b/include/tools/inetmsg.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_INETMSG_HXX
#define INCLUDED_TOOLS_INETMSG_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <rtl/string.hxx>
#include <rtl/textenc.h>
#include <rtl/ustring.hxx>
diff --git a/include/tools/inetstrm.hxx b/include/tools/inetstrm.hxx
index 442f1915b885..5a95e4397b93 100644
--- a/include/tools/inetstrm.hxx
+++ b/include/tools/inetstrm.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_INETSTRM_HXX
#define INCLUDED_TOOLS_INETSTRM_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <sal/types.h>
#include <rtl/ustring.hxx>
diff --git a/include/tools/line.hxx b/include/tools/line.hxx
index 77d284166a90..c101e7567dbf 100644
--- a/include/tools/line.hxx
+++ b/include/tools/line.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_LINE_HXX
#define INCLUDED_TOOLS_LINE_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/gen.hxx>
class Link;
diff --git a/include/tools/lineend.hxx b/include/tools/lineend.hxx
index 79896672aa17..2682d5d210cd 100644
--- a/include/tools/lineend.hxx
+++ b/include/tools/lineend.hxx
@@ -12,7 +12,7 @@
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
enum LineEnd { LINEEND_CR, LINEEND_LF, LINEEND_CRLF };
diff --git a/include/tools/link.hxx b/include/tools/link.hxx
index 45ce2fdcb304..951422203581 100644
--- a/include/tools/link.hxx
+++ b/include/tools/link.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_TOOLS_LINK_HXX
#define INCLUDED_TOOLS_LINK_HXX
-#include "tools/toolsdllapi.h"
-#include "sal/config.h"
-#include "sal/types.h"
+#include <tools/toolsdllapi.h>
+#include <sal/config.h>
+#include <sal/types.h>
#include <tools/solar.h>
typedef long (*PSTUB)( void*, void* );
diff --git a/include/tools/mempool.hxx b/include/tools/mempool.hxx
index 0551d9435416..a240201fe6bb 100644
--- a/include/tools/mempool.hxx
+++ b/include/tools/mempool.hxx
@@ -19,11 +19,11 @@
#ifndef INCLUDED_TOOLS_MEMPOOL_HXX
#define INCLUDED_TOOLS_MEMPOOL_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "sal/macros.h"
-#include "tools/toolsdllapi.h"
-#include "tools/solar.h"
+#include <sal/macros.h>
+#include <tools/toolsdllapi.h>
+#include <tools/solar.h>
struct FixedMemPool_Impl;
diff --git a/include/tools/multisel.hxx b/include/tools/multisel.hxx
index 96e8952777b8..c81a8ea8dfb8 100644
--- a/include/tools/multisel.hxx
+++ b/include/tools/multisel.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_MULTISEL_HXX
#define INCLUDED_TOOLS_MULTISEL_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/gen.hxx>
#include <rtl/ustring.hxx>
diff --git a/include/tools/pathutils.hxx b/include/tools/pathutils.hxx
index 2153db7c7c3f..7649114bc92a 100644
--- a/include/tools/pathutils.hxx
+++ b/include/tools/pathutils.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_PATHUTILS_HXX
#define INCLUDED_TOOLS_PATHUTILS_HXX
-#include "sal/config.h"
+#include <sal/config.h>
#if defined WNT
#include <cstddef>
diff --git a/include/tools/poly.hxx b/include/tools/poly.hxx
index 8fa59a704d5c..04b21d0cd9b4 100644
--- a/include/tools/poly.hxx
+++ b/include/tools/poly.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_POLY_HXX
#define INCLUDED_TOOLS_POLY_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/gen.hxx>
#include <tools/debug.hxx>
diff --git a/include/tools/pstm.hxx b/include/tools/pstm.hxx
index a363fda5c3dd..a959436e4b58 100644
--- a/include/tools/pstm.hxx
+++ b/include/tools/pstm.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_TOOLS_PSTM_HXX
#include <boost/unordered_map.hpp>
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/unqidx.hxx>
#include <tools/ref.hxx>
#include <tools/rtti.hxx>
diff --git a/include/tools/rc.hxx b/include/tools/rc.hxx
index 5f1bfac98e50..f8018af9e2cc 100644
--- a/include/tools/rc.hxx
+++ b/include/tools/rc.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_RC_HXX
#define INCLUDED_TOOLS_RC_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <i18nlangtag/lang.h>
#include <tools/resmgr.hxx>
diff --git a/include/tools/ref.hxx b/include/tools/ref.hxx
index cfda1bcba094..5b51be0bdda1 100644
--- a/include/tools/ref.hxx
+++ b/include/tools/ref.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_REF_HXX
#define INCLUDED_TOOLS_REF_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <vector>
#define PRV_SV_IMPL_REF_COUNTERS( ClassName, Ref, AddRef, AddNextRef, ReleaseRef, pRefbase ) \
diff --git a/include/tools/resary.hxx b/include/tools/resary.hxx
index a652cc97b67a..b29d67b60bf3 100644
--- a/include/tools/resary.hxx
+++ b/include/tools/resary.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_TOOLS_RESARY_HXX
#define INCLUDED_TOOLS_RESARY_HXX
-#include "boost/noncopyable.hpp"
+#include <boost/noncopyable.hpp>
#include <vector>
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/resid.hxx>
#define RESARRAY_INDEX_NOTFOUND (0xffffffff)
diff --git a/include/tools/resid.hxx b/include/tools/resid.hxx
index 10964e9cdb28..b40bde6329b7 100644
--- a/include/tools/resid.hxx
+++ b/include/tools/resid.hxx
@@ -23,7 +23,7 @@
#include <osl/diagnose.h>
#include <rtl/ustring.hxx>
#include <tools/solar.h>
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
struct RSHEADER_TYPE;
typedef sal_uInt32 RESOURCE_TYPE;
diff --git a/include/tools/resmgr.hxx b/include/tools/resmgr.hxx
index 8bdf0f6a3f44..dd993a65a5f1 100644
--- a/include/tools/resmgr.hxx
+++ b/include/tools/resmgr.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_RESMGR_HXX
#define INCLUDED_TOOLS_RESMGR_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <i18nlangtag/languagetag.hxx>
#include <tools/resid.hxx>
diff --git a/include/tools/shl.hxx b/include/tools/shl.hxx
index 0dfff93e4880..ebfdc51dd2fa 100644
--- a/include/tools/shl.hxx
+++ b/include/tools/shl.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_TOOLS_SHL_HXX
#include <tools/solar.h>
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
// GetAppData()
diff --git a/include/tools/simplerm.hxx b/include/tools/simplerm.hxx
index 0f0df7709a72..65cd47b818e9 100644
--- a/include/tools/simplerm.hxx
+++ b/include/tools/simplerm.hxx
@@ -26,7 +26,7 @@
#include <osl/mutex.hxx>
#include <tools/resid.hxx>
#include <i18nlangtag/languagetag.hxx>
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
class InternalResMgr;
diff --git a/include/tools/solarmutex.hxx b/include/tools/solarmutex.hxx
index 317e67e0deb4..85e465d2ec8a 100644
--- a/include/tools/solarmutex.hxx
+++ b/include/tools/solarmutex.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_SOLARMUTEX_HXX
#define INCLUDED_TOOLS_SOLARMUTEX_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <comphelper/solarmutex.hxx>
namespace tools
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx
index de8dbbd20d5c..3a62e98a1226 100644
--- a/include/tools/stream.hxx
+++ b/include/tools/stream.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_TOOLS_STREAM_HXX
#include <limits>
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/solar.h>
#include <tools/lineend.hxx>
#include <tools/errinf.hxx>
diff --git a/include/tools/svborder.hxx b/include/tools/svborder.hxx
index e5cbdc28c160..ed39f84991ac 100644
--- a/include/tools/svborder.hxx
+++ b/include/tools/svborder.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_TOOLS_SVBORDER_HXX
#define INCLUDED_TOOLS_SVBORDER_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/gen.hxx>
class TOOLS_DLLPUBLIC SvBorder
diff --git a/include/tools/tenccvt.hxx b/include/tools/tenccvt.hxx
index e47d58840ecd..496b8e499b55 100644
--- a/include/tools/tenccvt.hxx
+++ b/include/tools/tenccvt.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_TOOLS_TENCCVT_HXX
#include <rtl/textenc.h>
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
// Functions for handling Import/Export
diff --git a/include/tools/time.hxx b/include/tools/time.hxx
index bdfcec536e0c..ac259bc4c7ff 100644
--- a/include/tools/time.hxx
+++ b/include/tools/time.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_TIME_HXX
#define INCLUDED_TOOLS_TIME_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/solar.h>
#include <com/sun/star/util/Time.hpp>
diff --git a/include/tools/tools.h b/include/tools/tools.h
index 98495bf13c11..342a6063f53b 100644
--- a/include/tools/tools.h
+++ b/include/tools/tools.h
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_TOOLS_H
#define INCLUDED_TOOLS_TOOLS_H
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/solar.h>
// Methoden, die von VCL gerufen werden muessen
diff --git a/include/tools/toolsdllapi.h b/include/tools/toolsdllapi.h
index 111b73bfe709..6c13b6f4024c 100644
--- a/include/tools/toolsdllapi.h
+++ b/include/tools/toolsdllapi.h
@@ -20,7 +20,7 @@
#ifndef INCLUDED_TOOLS_TOOLSDLLAPI_H
#define INCLUDED_TOOLS_TOOLSDLLAPI_H
-#include "sal/types.h"
+#include <sal/types.h>
#if defined(TOOLS_DLLIMPLEMENTATION)
#define TOOLS_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
diff --git a/include/tools/unqidx.hxx b/include/tools/unqidx.hxx
index 79f423a73370..14710f9d71f7 100644
--- a/include/tools/unqidx.hxx
+++ b/include/tools/unqidx.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_UNQIDX_HXX
#define INCLUDED_TOOLS_UNQIDX_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/solar.h>
#include <tools/contnr.hxx>
#include <map>
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx
index 4d9bd10fe0c2..53ea84cad777 100644
--- a/include/tools/urlobj.hxx
+++ b/include/tools/urlobj.hxx
@@ -19,12 +19,12 @@
#ifndef INCLUDED_TOOLS_URLOBJ_HXX
#define INCLUDED_TOOLS_URLOBJ_HXX
-#include "tools/toolsdllapi.h"
-#include "com/sun/star/uno/Reference.hxx"
-#include "rtl/string.h"
-#include "rtl/ustrbuf.hxx"
-#include "rtl/textenc.h"
-#include "sal/types.h"
+#include <tools/toolsdllapi.h>
+#include <com/sun/star/uno/Reference.hxx>
+#include <rtl/string.h>
+#include <rtl/ustrbuf.hxx>
+#include <rtl/textenc.h>
+#include <sal/types.h>
namespace com { namespace sun { namespace star { namespace util {
class XStringWidth;
diff --git a/include/tools/vcompat.hxx b/include/tools/vcompat.hxx
index 395daa35a348..9b602201dbc8 100644
--- a/include/tools/vcompat.hxx
+++ b/include/tools/vcompat.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_VCOMPAT_HXX
#define INCLUDED_TOOLS_VCOMPAT_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/solar.h>
#define COMPAT_FORMAT( char1, char2, char3, char4 ) \
diff --git a/include/tools/wldcrd.hxx b/include/tools/wldcrd.hxx
index 2dc6d1f30b8b..6c462807fbc5 100644
--- a/include/tools/wldcrd.hxx
+++ b/include/tools/wldcrd.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TOOLS_WLDCRD_HXX
#define INCLUDED_TOOLS_WLDCRD_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <osl/thread.h>
#include <rtl/ustring.hxx>
diff --git a/include/tools/zcodec.hxx b/include/tools/zcodec.hxx
index 524c99189bf5..14e2d5ba3cd2 100644
--- a/include/tools/zcodec.hxx
+++ b/include/tools/zcodec.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_TOOLS_ZCODEC_HXX
#define INCLUDED_TOOLS_ZCODEC_HXX
-#include "tools/toolsdllapi.h"
+#include <tools/toolsdllapi.h>
#include <tools/solar.h>
// Defines