summaryrefslogtreecommitdiffstats
path: root/include/connectivity
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-06-29 00:22:58 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-07-13 12:22:54 +0200
commit76a2488d0cf516dec8bec0f8db99c137b414c0eb (patch)
tree03496c363f530a0a9f4519ce60d4ee9658ccc642 /include/connectivity
parenttdf#134221 Fix SMARTART caption text location (diff)
downloadcore-76a2488d0cf516dec8bec0f8db99c137b414c0eb.tar.gz
core-76a2488d0cf516dec8bec0f8db99c137b414c0eb.zip
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 'include/connectivity')
-rw-r--r--include/connectivity/internalnode.hxx1
-rw-r--r--include/connectivity/sdbcx/VTable.hxx1
-rw-r--r--include/connectivity/sqlscan.hxx1
3 files changed, 1 insertions, 2 deletions
diff --git a/include/connectivity/internalnode.hxx b/include/connectivity/internalnode.hxx
index 1b878f8b5542..13ace88dc67a 100644
--- a/include/connectivity/internalnode.hxx
+++ b/include/connectivity/internalnode.hxx
@@ -18,7 +18,6 @@
*/
#pragma once
-#include <connectivity/dbtoolsdllapi.hxx>
#include <connectivity/sqlnode.hxx>
namespace connectivity
diff --git a/include/connectivity/sdbcx/VTable.hxx b/include/connectivity/sdbcx/VTable.hxx
index 706700f878e9..3489fc9b8245 100644
--- a/include/connectivity/sdbcx/VTable.hxx
+++ b/include/connectivity/sdbcx/VTable.hxx
@@ -31,6 +31,7 @@
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/implbase4.hxx>
#include <cppuhelper/basemutex.hxx>
+#include <rtl/ref.hxx>
#include <com/sun/star/container/XNamed.hpp>
#include <connectivity/sdbcx/IRefreshable.hxx>
#include <connectivity/sdbcx/VDescriptor.hxx>
diff --git a/include/connectivity/sqlscan.hxx b/include/connectivity/sqlscan.hxx
index 0c976682b8a3..be6d4178f0a8 100644
--- a/include/connectivity/sqlscan.hxx
+++ b/include/connectivity/sqlscan.hxx
@@ -19,7 +19,6 @@
#pragma once
#include <connectivity/IParseContext.hxx>
-#include <connectivity/dbtoolsdllapi.hxx>
namespace connectivity
{