diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-08-28 21:55:51 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-08-28 22:08:41 +0200 |
commit | 365b075e8469f1897fc8a90ede1dfd205feca82b (patch) | |
tree | 1188ac8af3af61b8841408df5e1d620593fe59ba /sw/inc | |
parent | 125cbcbe6bbcf1cad7d885f0f6d3da5947d7fbbe (diff) |
sw: why is swdll.hxx included everywhere?
Change-Id: Ic401ca83666a887be9e5efe8369440e78fa4eeac
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/IMark.hxx | 2 | ||||
-rw-r--r-- | sw/inc/docsh.hxx | 1 | ||||
-rw-r--r-- | sw/inc/globdoc.hxx | 1 | ||||
-rw-r--r-- | sw/inc/wdocsh.hxx | 1 |
4 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/IMark.hxx b/sw/inc/IMark.hxx index 47bab9c37442..255a5bd33597 100644 --- a/sw/inc/IMark.hxx +++ b/sw/inc/IMark.hxx @@ -25,7 +25,7 @@ #include <boost/operators.hpp> #include <boost/shared_ptr.hpp> #include <map> -#include "swdll.hxx" +#include <swdllapi.h> struct SwPosition; diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index 4e03e15ad4ec..c2ac6bb30568 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -26,7 +26,6 @@ #include <sfx2/docfac.hxx> #include <sfx2/objsh.hxx> #include "swdllapi.h" -#include <swdll.hxx> #include <shellid.hxx> #include <svl/lstner.hxx> diff --git a/sw/inc/globdoc.hxx b/sw/inc/globdoc.hxx index 76174e362483..4aee52bb303f 100644 --- a/sw/inc/globdoc.hxx +++ b/sw/inc/globdoc.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_SW_INC_GLOBDOC_HXX #define INCLUDED_SW_INC_GLOBDOC_HXX -#include <swdll.hxx> #include "docsh.hxx" class SwGlobalDocShell : public SwDocShell diff --git a/sw/inc/wdocsh.hxx b/sw/inc/wdocsh.hxx index 015ec98eaed4..f142de2cb17b 100644 --- a/sw/inc/wdocsh.hxx +++ b/sw/inc/wdocsh.hxx @@ -20,7 +20,6 @@ #define INCLUDED_SW_INC_WDOCSH_HXX #include "swdllapi.h" #include "docsh.hxx" -#include <swdll.hxx> class SW_DLLPUBLIC SwWebDocShell: public SwDocShell { |