summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-18 07:51:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-18 07:51:35 +0200
commita12c083cad1c9f7443a19176660896efbde910be (patch)
tree2d19db20cc3471ec701225db26c594e14d3a5264
parent9ce08dcc2e32c5554ddf71b79173f8854e0568ad (diff)
Some follow-up #include clean-up
Change-Id: I4e91748701becfc92a379a490c08e9c7950007e3
-rw-r--r--dbaccess/inc/pch/precompiled_dbu.hxx1
-rw-r--r--dbaccess/source/ui/misc/HtmlReader.cxx2
-rw-r--r--desktop/source/deployment/registry/inc/dp_backend.h1
-rw-r--r--include/tools/inetmime.hxx3
-rw-r--r--sfx2/source/doc/docfile.cxx2
-rw-r--r--svl/source/misc/adrparse.cxx1
-rw-r--r--tools/source/inet/inetmime.cxx1
7 files changed, 1 insertions, 10 deletions
diff --git a/dbaccess/inc/pch/precompiled_dbu.hxx b/dbaccess/inc/pch/precompiled_dbu.hxx
index 4f57dfabb79f..8565910f91ae 100644
--- a/dbaccess/inc/pch/precompiled_dbu.hxx
+++ b/dbaccess/inc/pch/precompiled_dbu.hxx
@@ -437,7 +437,6 @@
#include <tools/contnr.hxx>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
-#include <tools/inetmime.hxx>
#include <tools/multisel.hxx>
#include <tools/rcid.h>
#include <tools/resmgr.hxx>
diff --git a/dbaccess/source/ui/misc/HtmlReader.cxx b/dbaccess/source/ui/misc/HtmlReader.cxx
index 121b88ad2362..4cc93a23c445 100644
--- a/dbaccess/source/ui/misc/HtmlReader.cxx
+++ b/dbaccess/source/ui/misc/HtmlReader.cxx
@@ -50,8 +50,6 @@
#include "WColumnSelect.hxx"
#include "QEnumTypes.hxx"
#include "WCPage.hxx"
-#include <tools/inetmime.hxx>
-#include <svl/inettype.hxx>
#include <rtl/tencinfo.h>
#include "UITools.hxx"
#include <vcl/svapp.hxx>
diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h
index ecf2eb0d54d2..67b0ddfb29f5 100644
--- a/desktop/source/deployment/registry/inc/dp_backend.h
+++ b/desktop/source/deployment/registry/inc/dp_backend.h
@@ -27,7 +27,6 @@
#include <cppuhelper/weakref.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/compbase.hxx>
-#include <tools/inetmime.hxx>
#include <com/sun/star/lang/XEventListener.hpp>
#include <com/sun/star/deployment/XPackageRegistry.hpp>
#include <com/sun/star/deployment/XPackageManager.hpp>
diff --git a/include/tools/inetmime.hxx b/include/tools/inetmime.hxx
index 5a0254aa4b34..e1d44d16668e 100644
--- a/include/tools/inetmime.hxx
+++ b/include/tools/inetmime.hxx
@@ -20,18 +20,15 @@
#define INCLUDED_TOOLS_INETMIME_HXX
#include <tools/toolsdllapi.h>
-#include <rtl/alloc.h>
#include <rtl/character.hxx>
#include <rtl/string.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/ustring.hxx>
#include <rtl/tencinfo.h>
#include <tools/debug.hxx>
-#include <tools/errcode.hxx>
#include <unordered_map>
-class DateTime;
class INetMIMEOutputSink;
struct INetContentTypeParameter
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index fa92aeb900fd..020574054eaa 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -90,10 +90,8 @@
#include <unotools/mediadescriptor.hxx>
#include <comphelper/docpasswordhelper.hxx>
#include <tools/datetime.hxx>
-#include <tools/inetmime.hxx>
#include <unotools/pathoptions.hxx>
#include <svtools/asynclink.hxx>
-#include <svl/inettype.hxx>
#include <ucbhelper/commandenvironment.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <unotools/ucbhelper.hxx>
diff --git a/svl/source/misc/adrparse.cxx b/svl/source/misc/adrparse.cxx
index 52d22ac36d44..27ca0f658346 100644
--- a/svl/source/misc/adrparse.cxx
+++ b/svl/source/misc/adrparse.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/inetmime.hxx>
#include <rtl/ustrbuf.hxx>
#include <svl/adrparse.hxx>
diff --git a/tools/source/inet/inetmime.cxx b/tools/source/inet/inetmime.cxx
index 5e757675ba08..e8a50538a107 100644
--- a/tools/source/inet/inetmime.cxx
+++ b/tools/source/inet/inetmime.cxx
@@ -21,6 +21,7 @@
#include <limits>
#include <osl/diagnose.h>
+#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/tencinfo.h>