diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-09-18 07:51:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-09-18 07:51:35 +0200 |
commit | a12c083cad1c9f7443a19176660896efbde910be (patch) | |
tree | 2d19db20cc3471ec701225db26c594e14d3a5264 /include/tools | |
parent | 9ce08dcc2e32c5554ddf71b79173f8854e0568ad (diff) |
Some follow-up #include clean-up
Change-Id: I4e91748701becfc92a379a490c08e9c7950007e3
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/inetmime.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
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 |