summaryrefslogtreecommitdiff
path: root/connectivity/inc
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-10-31 14:32:20 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-11-06 08:18:45 +0100
commit7bdbb50a507df4c419f68d2ae453dd482267f168 (patch)
treec9797c8f343108fedad6f900b1952b69570b517f /connectivity/inc
parent6e921467c411718793422a43fb3e3060fdeaeda9 (diff)
tdf#42949 Fix new IWYU warnings in directories c*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Iac1e7802dbe1efa01c2befdd10406231788d4fc1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105315 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'connectivity/inc')
-rw-r--r--connectivity/inc/ParameterCont.hxx1
-rw-r--r--connectivity/inc/TIndex.hxx1
-rw-r--r--connectivity/inc/TIndexColumns.hxx1
-rw-r--r--connectivity/inc/TKey.hxx1
-rw-r--r--connectivity/inc/TKeyColumns.hxx1
-rw-r--r--connectivity/inc/sdbcx/VKeyColumn.hxx1
6 files changed, 0 insertions, 6 deletions
diff --git a/connectivity/inc/ParameterCont.hxx b/connectivity/inc/ParameterCont.hxx
index 848cec78e4e0..9e479db92064 100644
--- a/connectivity/inc/ParameterCont.hxx
+++ b/connectivity/inc/ParameterCont.hxx
@@ -20,7 +20,6 @@
#include <com/sun/star/sdb/XInteractionSupplyParameters.hpp>
#include <comphelper/interaction.hxx>
-#include <connectivity/dbtoolsdllapi.hxx>
namespace dbtools
{
diff --git a/connectivity/inc/TIndex.hxx b/connectivity/inc/TIndex.hxx
index 1ac2f5c4f9f2..7523b787e4b0 100644
--- a/connectivity/inc/TIndex.hxx
+++ b/connectivity/inc/TIndex.hxx
@@ -19,7 +19,6 @@
#pragma once
-#include <connectivity/dbtoolsdllapi.hxx>
#include "sdbcx/VIndex.hxx"
namespace connectivity
diff --git a/connectivity/inc/TIndexColumns.hxx b/connectivity/inc/TIndexColumns.hxx
index aa5687afc212..6d02c445eda2 100644
--- a/connectivity/inc/TIndexColumns.hxx
+++ b/connectivity/inc/TIndexColumns.hxx
@@ -20,7 +20,6 @@
#pragma once
#include <connectivity/sdbcx/VCollection.hxx>
-#include <connectivity/dbtoolsdllapi.hxx>
namespace connectivity
{
diff --git a/connectivity/inc/TKey.hxx b/connectivity/inc/TKey.hxx
index a4d1d92ff2cc..d7c762e308e1 100644
--- a/connectivity/inc/TKey.hxx
+++ b/connectivity/inc/TKey.hxx
@@ -19,7 +19,6 @@
#pragma once
-#include <connectivity/dbtoolsdllapi.hxx>
#include "sdbcx/VKey.hxx"
namespace connectivity
diff --git a/connectivity/inc/TKeyColumns.hxx b/connectivity/inc/TKeyColumns.hxx
index c40cd1cd7a61..19510e4965e9 100644
--- a/connectivity/inc/TKeyColumns.hxx
+++ b/connectivity/inc/TKeyColumns.hxx
@@ -20,7 +20,6 @@
#pragma once
#include <connectivity/sdbcx/VCollection.hxx>
-#include <connectivity/dbtoolsdllapi.hxx>
namespace connectivity
{
diff --git a/connectivity/inc/sdbcx/VKeyColumn.hxx b/connectivity/inc/sdbcx/VKeyColumn.hxx
index 2a1b50403982..5adf3e0aab9d 100644
--- a/connectivity/inc/sdbcx/VKeyColumn.hxx
+++ b/connectivity/inc/sdbcx/VKeyColumn.hxx
@@ -19,7 +19,6 @@
#pragma once
-#include <connectivity/dbtoolsdllapi.hxx>
#include <connectivity/sdbcx/VColumn.hxx>
namespace connectivity::sdbcx