diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-07 16:28:12 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-17 09:13:27 +0200 |
commit | ef8f88a7df19559f6a748c3c1dad2b245d3d30d8 (patch) | |
tree | 465e7aa0b38e27d2a324eb13e9a4a95629e18a1b /include/oox/vml/vmlinputstream.hxx | |
parent | 0ee0ca3036629b69bf20b448d74991fd133f08ac (diff) |
tdf#42949 Fix IWYU warnings in include/oox
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I89303217fd1141b2cfe248e5e6c0818ba01cf9d9
Reviewed-on: https://gerrit.libreoffice.org/75178
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/oox/vml/vmlinputstream.hxx')
-rw-r--r-- | include/oox/vml/vmlinputstream.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/oox/vml/vmlinputstream.hxx b/include/oox/vml/vmlinputstream.hxx index 54b93bbe4344..85c8116634e4 100644 --- a/include/oox/vml/vmlinputstream.hxx +++ b/include/oox/vml/vmlinputstream.hxx @@ -20,15 +20,9 @@ #ifndef INCLUDED_OOX_VML_VMLINPUTSTREAM_HXX #define INCLUDED_OOX_VML_VMLINPUTSTREAM_HXX -#include <exception> - -#include <com/sun/star/io/BufferSizeExceededException.hpp> -#include <com/sun/star/io/IOException.hpp> -#include <com/sun/star/io/NotConnectedException.hpp> #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/uno/Sequence.hxx> #include <cppuhelper/implbase.hxx> #include <rtl/string.hxx> |