diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-06-29 00:22:58 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-07-13 12:22:54 +0200 |
commit | 76a2488d0cf516dec8bec0f8db99c137b414c0eb (patch) | |
tree | 03496c363f530a0a9f4519ce60d4ee9658ccc642 /dbaccess/source | |
parent | 4a4fc98e5908db1e027c8438fbbcabefe6b0de8a (diff) |
tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxx
Recheck after 7-0 branchoff
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I7f5c35474b671facbda85a9538462dd4291add91
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97655
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/core/api/query.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/core/dataaccess/ComponentDefinition.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/core/dataaccess/documentcontainer.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/core/inc/querycontainer.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/core/inc/tablecontainer.hxx | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/dbaccess/source/core/api/query.hxx b/dbaccess/source/core/api/query.hxx index 7a7b8c2fcd9f..536b2d2208c7 100644 --- a/dbaccess/source/core/api/query.hxx +++ b/dbaccess/source/core/api/query.hxx @@ -22,6 +22,7 @@ #include "querydescriptor.hxx" #include <cppuhelper/implbase3.hxx> +#include <rtl/ref.hxx> #include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp> #include <com/sun/star/beans/XPropertyChangeListener.hpp> #include <com/sun/star/sdbc/XConnection.hpp> diff --git a/dbaccess/source/core/dataaccess/ComponentDefinition.hxx b/dbaccess/source/core/dataaccess/ComponentDefinition.hxx index 02e40390ed7f..8753d51c47e5 100644 --- a/dbaccess/source/core/dataaccess/ComponentDefinition.hxx +++ b/dbaccess/source/core/dataaccess/ComponentDefinition.hxx @@ -24,6 +24,7 @@ #include <com/sun/star/sdbcx/XRename.hpp> #include <cppuhelper/implbase1.hxx> #include <comphelper/proparrhlp.hxx> +#include <rtl/ref.hxx> #include <datasettings.hxx> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> diff --git a/dbaccess/source/core/dataaccess/documentcontainer.hxx b/dbaccess/source/core/dataaccess/documentcontainer.hxx index cec13d1f185e..f704011f8025 100644 --- a/dbaccess/source/core/dataaccess/documentcontainer.hxx +++ b/dbaccess/source/core/dataaccess/documentcontainer.hxx @@ -31,6 +31,7 @@ #include <com/sun/star/embed/XTransactedObject.hpp> #include <comphelper/propertystatecontainer.hxx> #include <comphelper/proparrhlp.hxx> +#include <rtl/ref.hxx> #include <apitools.hxx> namespace dbaccess diff --git a/dbaccess/source/core/inc/querycontainer.hxx b/dbaccess/source/core/inc/querycontainer.hxx index b6797aa91e58..0aeb806aed7c 100644 --- a/dbaccess/source/core/inc/querycontainer.hxx +++ b/dbaccess/source/core/inc/querycontainer.hxx @@ -22,6 +22,7 @@ #include <cppuhelper/implbase5.hxx> #include <connectivity/CommonTools.hxx> +#include <rtl/ref.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XContainerListener.hpp> diff --git a/dbaccess/source/core/inc/tablecontainer.hxx b/dbaccess/source/core/inc/tablecontainer.hxx index d2a70af2bfcb..bc5a38818104 100644 --- a/dbaccess/source/core/inc/tablecontainer.hxx +++ b/dbaccess/source/core/inc/tablecontainer.hxx @@ -26,6 +26,7 @@ #include <cstddef> #include <cppuhelper/implbase1.hxx> +#include <rtl/ref.hxx> #include <com/sun/star/sdbc/XConnection.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XContainerListener.hpp> |