summaryrefslogtreecommitdiff
path: root/io/source/stm/omark.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-03-19 01:54:54 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-04-25 11:28:15 +0200
commitf9b8c2d57b10de6344ff5555c0b09947484a586b (patch)
treed9144cfe83ad88a62752503ef71c903e93fe6b7b /io/source/stm/omark.cxx
parent5a2aba31867e0912700f6c976f152116d902fe21 (diff)
tdf#42949 Fix IWYU warnings in io/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I16dfde335816053e5821d5e975b27b6e4819b1a8 Reviewed-on: https://gerrit.libreoffice.org/71135 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'io/source/stm/omark.cxx')
-rw-r--r--io/source/stm/omark.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/io/source/stm/omark.cxx b/io/source/stm/omark.cxx
index 1be2c58f053a..cf2dcb99f02d 100644
--- a/io/source/stm/omark.cxx
+++ b/io/source/stm/omark.cxx
@@ -20,8 +20,8 @@
#include <map>
#include <memory>
-#include <vector>
+#include <com/sun/star/io/BufferSizeExceededException.hpp>
#include <com/sun/star/io/NotConnectedException.hpp>
#include <com/sun/star/io/XMarkableStream.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
@@ -32,17 +32,13 @@
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
-#include <cppuhelper/factory.hxx>
#include <cppuhelper/weak.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <osl/mutex.hxx>
-#include <rtl/ustrbuf.hxx>
#include <osl/diagnose.h>
-#include <string.h>
-
using namespace ::std;
using namespace ::cppu;