Remove some unused includes

Change-Id: Ic28b4bdd401342d92b33913f7dab0ca875f8aab3
Reviewed-on: https://gerrit.libreoffice.org/79573
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
This commit is contained in:
Miklos Vajna
2019-09-25 21:19:59 +02:00
parent 0dd1d80f48
commit 64af348a12
5 changed files with 6 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
assumeFilename: embeddedobj/source/commonembedding/embedobj.cxx
blacklist:
embeddedobj/qa/cppunit/general.cxx:
- comphelper/scopeguard.hxx

View File

@@ -14,7 +14,7 @@
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/awt/XControl.hpp>
#include <com/sun/star/awt/XControlModel.hpp>
#include <com/sun/star/graphic/XGraphic.hpp>
#include <comphelper/processfactory.hxx>

View File

@@ -39,7 +39,6 @@
#include <svl/stritem.hxx>
#include <svx/svxids.hrc>
#include <comphelper/lok.hxx>
#include <comphelper/propertyvalue.hxx>
#include <txtfrm.hxx>
#include <redline.hxx>
#include <view.hxx>

View File

@@ -17,8 +17,6 @@
#include <fpdf_save.h>
#endif
#include <impgraph.hxx>
#include <vcl/graph.hxx>
#include <bitmapwriteaccess.hxx>
#include <unotools/ucbstreamhelper.hxx>

View File

@@ -39,7 +39,6 @@
#include <osl/file.hxx>
#include <osl/process.h>
#include <osl/thread.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/ofopxmlhelper.hxx>
#include <unotools/streamwrap.hxx>