Some follow-up #include clean-up

Change-Id: I4e91748701becfc92a379a490c08e9c7950007e3
This commit is contained in:
Stephan Bergmann
2015-09-18 07:51:35 +02:00
parent 9ce08dcc2e
commit a12c083cad
7 changed files with 1 additions and 10 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>