Kaydet (Commit) a12c083c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Some follow-up #include clean-up

Change-Id: I4e91748701becfc92a379a490c08e9c7950007e3
üst 9ce08dcc
...@@ -437,7 +437,6 @@ ...@@ -437,7 +437,6 @@
#include <tools/contnr.hxx> #include <tools/contnr.hxx>
#include <tools/debug.hxx> #include <tools/debug.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <tools/inetmime.hxx>
#include <tools/multisel.hxx> #include <tools/multisel.hxx>
#include <tools/rcid.h> #include <tools/rcid.h>
#include <tools/resmgr.hxx> #include <tools/resmgr.hxx>
......
...@@ -50,8 +50,6 @@ ...@@ -50,8 +50,6 @@
#include "WColumnSelect.hxx" #include "WColumnSelect.hxx"
#include "QEnumTypes.hxx" #include "QEnumTypes.hxx"
#include "WCPage.hxx" #include "WCPage.hxx"
#include <tools/inetmime.hxx>
#include <svl/inettype.hxx>
#include <rtl/tencinfo.h> #include <rtl/tencinfo.h>
#include "UITools.hxx" #include "UITools.hxx"
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include <cppuhelper/weakref.hxx> #include <cppuhelper/weakref.hxx>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include <cppuhelper/compbase.hxx> #include <cppuhelper/compbase.hxx>
#include <tools/inetmime.hxx>
#include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/lang/XEventListener.hpp>
#include <com/sun/star/deployment/XPackageRegistry.hpp> #include <com/sun/star/deployment/XPackageRegistry.hpp>
#include <com/sun/star/deployment/XPackageManager.hpp> #include <com/sun/star/deployment/XPackageManager.hpp>
......
...@@ -20,18 +20,15 @@ ...@@ -20,18 +20,15 @@
#define INCLUDED_TOOLS_INETMIME_HXX #define INCLUDED_TOOLS_INETMIME_HXX
#include <tools/toolsdllapi.h> #include <tools/toolsdllapi.h>
#include <rtl/alloc.h>
#include <rtl/character.hxx> #include <rtl/character.hxx>
#include <rtl/string.hxx> #include <rtl/string.hxx>
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <rtl/tencinfo.h> #include <rtl/tencinfo.h>
#include <tools/debug.hxx> #include <tools/debug.hxx>
#include <tools/errcode.hxx>
#include <unordered_map> #include <unordered_map>
class DateTime;
class INetMIMEOutputSink; class INetMIMEOutputSink;
struct INetContentTypeParameter struct INetContentTypeParameter
......
...@@ -90,10 +90,8 @@ ...@@ -90,10 +90,8 @@
#include <unotools/mediadescriptor.hxx> #include <unotools/mediadescriptor.hxx>
#include <comphelper/docpasswordhelper.hxx> #include <comphelper/docpasswordhelper.hxx>
#include <tools/datetime.hxx> #include <tools/datetime.hxx>
#include <tools/inetmime.hxx>
#include <unotools/pathoptions.hxx> #include <unotools/pathoptions.hxx>
#include <svtools/asynclink.hxx> #include <svtools/asynclink.hxx>
#include <svl/inettype.hxx>
#include <ucbhelper/commandenvironment.hxx> #include <ucbhelper/commandenvironment.hxx>
#include <unotools/ucbstreamhelper.hxx> #include <unotools/ucbstreamhelper.hxx>
#include <unotools/ucbhelper.hxx> #include <unotools/ucbhelper.hxx>
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <tools/inetmime.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <svl/adrparse.hxx> #include <svl/adrparse.hxx>
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include <limits> #include <limits>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <rtl/alloc.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#include <rtl/tencinfo.h> #include <rtl/tencinfo.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment