tdf#146619 Recheck include/ with find-unneeded-includes --noexclude
to see if some exclusions became obsolete Change-Id: Id88351f5448511b35994c58c6cb749784da3b45e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156993 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
This commit is contained in:
parent
9f2bcf3359
commit
0b600862ae
7 changed files with 2 additions and 15 deletions
|
@ -281,9 +281,6 @@ excludelist:
|
|||
- com/sun/star/io/XOutputStream.hpp
|
||||
- com/sun/star/io/XStream.hpp
|
||||
- com/sun/star/io/XTruncate.hpp
|
||||
include/sax/fshelper.hxx:
|
||||
# base class has to be a complete type
|
||||
- com/sun/star/xml/sax/XFastAttributeList.hpp
|
||||
include/sax/fastattribs.hxx:
|
||||
# base class has to be a complete type
|
||||
- com/sun/star/xml/sax/XFastAttributeList.hpp
|
||||
|
@ -424,13 +421,8 @@ excludelist:
|
|||
- com/sun/star/lang/XInitialization.hpp
|
||||
- com/sun/star/lang/XServiceInfo.hpp
|
||||
- com/sun/star/lang/XUnoTunnel.hpp
|
||||
- com/sun/star/xml/sax/XExtendedDocumentHandler.hpp
|
||||
- com/sun/star/xml/sax/XFastDocumentHandler.hpp
|
||||
- com/sun/star/xml/sax/XFastParser.hpp
|
||||
include/svtools/asynclink.hxx:
|
||||
# unique_ptr needs complete type
|
||||
- osl/mutex.hxx
|
||||
- vcl/idle.hxx
|
||||
include/svtools/cliplistener.hxx:
|
||||
# base class has to be a complete type
|
||||
- com/sun/star/datatransfer/clipboard/XClipboardListener.hpp
|
||||
|
@ -572,7 +564,6 @@ excludelist:
|
|||
# base class has to be a complete type
|
||||
- com/sun/star/container/XNamed.hpp
|
||||
- com/sun/star/lang/XServiceInfo.hpp
|
||||
- com/sun/star/sdbcx/XDataDescriptorFactory.hpp
|
||||
include/drawinglayer/primitive2d/baseprimitive2d.hxx:
|
||||
# base class has to be a complete type
|
||||
- com/sun/star/graphic/XPrimitive2D.hpp
|
||||
|
@ -618,7 +609,6 @@ excludelist:
|
|||
- com/sun/star/rdf/XDocumentMetadataAccess.hpp
|
||||
- com/sun/star/document/XDocumentRecovery.hpp
|
||||
- com/sun/star/document/XUndoManagerSupplier.hpp
|
||||
- com/sun/star/document/XEventBroadcaster.hpp
|
||||
- com/sun/star/document/XDocumentEventBroadcaster.hpp
|
||||
- com/sun/star/lang/XEventListener.hpp
|
||||
- com/sun/star/document/XEventsSupplier.hpp
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
|
||||
namespace comphelper::string
|
||||
{
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef INCLUDED_CONNECTIVITY_SDBCX_VVIEW_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SDBCX_VVIEW_HXX
|
||||
|
||||
#include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <comphelper/broadcasthelper.hxx>
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef INCLUDED_SAX_FSHELPER_HXX
|
||||
#define INCLUDED_SAX_FSHELPER_HXX
|
||||
|
||||
#include <com/sun/star/xml/sax/XFastAttributeList.hpp>
|
||||
#include <com/sun/star/uno/Reference.hxx>
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#include <rtl/ustring.hxx>
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include <com/sun/star/document/XDocumentRecovery2.hpp>
|
||||
#include <com/sun/star/document/XUndoManagerSupplier.hpp>
|
||||
#include <com/sun/star/rdf/XDocumentMetadataAccess.hpp>
|
||||
#include <com/sun/star/document/XEventBroadcaster.hpp>
|
||||
#include <com/sun/star/document/XShapeEventBroadcaster.hpp>
|
||||
#include <com/sun/star/document/XDocumentEventBroadcaster.hpp>
|
||||
#include <com/sun/star/document/XEventsSupplier.hpp>
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <config_options.h>
|
||||
#include <svtools/svtdllapi.h>
|
||||
#include <tools/link.hxx>
|
||||
#include <vcl/idle.hxx>
|
||||
#include <mutex>
|
||||
|
||||
class Timer;
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
#include <o3tl/deleter.hxx>
|
||||
#include <xmloff/dllapi.h>
|
||||
#include <sal/types.h>
|
||||
#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>
|
||||
#include <com/sun/star/xml/sax/XFastParser.hpp>
|
||||
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/document/XImporter.hpp>
|
||||
|
|
Loading…
Reference in a new issue