summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2016-06-04 13:23:31 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2016-07-16 18:27:18 +0200
commit30d722a8f91b667cf56cab2ab6e2f5b2ed18408c (patch)
tree0d8c8ae1838b97a09008f7ab5839f3d6807566a8
parent38b596d11f913477836cd29489017cf4a5e1debd (diff)
Reduce #include dependencies
Change-Id: I5c6c379717869028102ab2a1ae7929dfbc447904
-rw-r--r--include/tools/inetstrm.hxx1
-rw-r--r--tools/source/inet/inetmsg.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/inetstrm.hxx b/include/tools/inetstrm.hxx
index 834df8573194..e7a0a99ee8d2 100644
--- a/include/tools/inetstrm.hxx
+++ b/include/tools/inetstrm.hxx
@@ -21,7 +21,6 @@
#include <tools/toolsdllapi.h>
#include <sal/types.h>
-#include <rtl/ustring.hxx>
class INetMIMEMessage;
class SvMemoryStream;
diff --git a/tools/source/inet/inetmsg.cxx b/tools/source/inet/inetmsg.cxx
index 19eed712c4bd..b488ff99acc7 100644
--- a/tools/source/inet/inetmsg.cxx
+++ b/tools/source/inet/inetmsg.cxx
@@ -22,7 +22,6 @@
#include <tools/datetime.hxx>
#include <tools/inetmime.hxx>
#include <tools/inetmsg.hxx>
-#include <tools/inetstrm.hxx>
#include <tools/contnr.hxx>
#include <rtl/instance.hxx>
#include <comphelper/string.hxx>