diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-07 16:10:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-10 07:11:58 +0100 |
commit | a2a8ad842fccbf214e2e25414fc715246408aa27 (patch) | |
tree | 47c537b65af711838afe7bb682ab995f8582c009 /connectivity/source/sdbcx | |
parent | a570a6b122125e88629fde990306f525c561284c (diff) |
move some headers inside connectivity
Change-Id: I9a72a9d59db4f198c2261d41143e3b8344845285
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88202
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/sdbcx')
-rw-r--r-- | connectivity/source/sdbcx/VCatalog.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/sdbcx/VGroup.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/sdbcx/VIndex.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/sdbcx/VIndexColumn.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/sdbcx/VKey.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/sdbcx/VKeyColumn.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/sdbcx/VUser.cxx | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/connectivity/source/sdbcx/VCatalog.cxx b/connectivity/source/sdbcx/VCatalog.cxx index dc5decfbf573..b30519fcaab1 100644 --- a/connectivity/source/sdbcx/VCatalog.cxx +++ b/connectivity/source/sdbcx/VCatalog.cxx @@ -18,7 +18,7 @@ */ #include <comphelper/types.hxx> -#include <connectivity/sdbcx/VCatalog.hxx> +#include <sdbcx/VCatalog.hxx> #include <connectivity/sdbcx/VCollection.hxx> #include <com/sun/star/sdbc/XRow.hpp> #include <connectivity/sdbcx/VDescriptor.hxx> diff --git a/connectivity/source/sdbcx/VGroup.cxx b/connectivity/source/sdbcx/VGroup.cxx index 9bb92592d5f4..ed11a617526f 100644 --- a/connectivity/source/sdbcx/VGroup.cxx +++ b/connectivity/source/sdbcx/VGroup.cxx @@ -18,7 +18,7 @@ */ -#include <connectivity/sdbcx/VGroup.hxx> +#include <sdbcx/VGroup.hxx> #include <comphelper/sequence.hxx> #include <connectivity/dbexception.hxx> diff --git a/connectivity/source/sdbcx/VIndex.cxx b/connectivity/source/sdbcx/VIndex.cxx index a274aaa6c102..1649ff83ad97 100644 --- a/connectivity/source/sdbcx/VIndex.cxx +++ b/connectivity/source/sdbcx/VIndex.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <connectivity/sdbcx/VIndex.hxx> +#include <sdbcx/VIndex.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <connectivity/dbexception.hxx> #include <comphelper/sequence.hxx> diff --git a/connectivity/source/sdbcx/VIndexColumn.cxx b/connectivity/source/sdbcx/VIndexColumn.cxx index 41436ee02733..edd1ea93e9a2 100644 --- a/connectivity/source/sdbcx/VIndexColumn.cxx +++ b/connectivity/source/sdbcx/VIndexColumn.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <connectivity/sdbcx/VIndexColumn.hxx> +#include <sdbcx/VIndexColumn.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <cppuhelper/supportsservice.hxx> #include <TConnection.hxx> diff --git a/connectivity/source/sdbcx/VKey.cxx b/connectivity/source/sdbcx/VKey.cxx index a310f984a7c3..33e9340b51c7 100644 --- a/connectivity/source/sdbcx/VKey.cxx +++ b/connectivity/source/sdbcx/VKey.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <connectivity/sdbcx/VKey.hxx> +#include <sdbcx/VKey.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/sdbc/KeyRule.hpp> #include <comphelper/sequence.hxx> diff --git a/connectivity/source/sdbcx/VKeyColumn.cxx b/connectivity/source/sdbcx/VKeyColumn.cxx index 49a779a01350..b6f69e65c9de 100644 --- a/connectivity/source/sdbcx/VKeyColumn.cxx +++ b/connectivity/source/sdbcx/VKeyColumn.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <connectivity/sdbcx/VKeyColumn.hxx> +#include <sdbcx/VKeyColumn.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <cppuhelper/supportsservice.hxx> #include <TConnection.hxx> diff --git a/connectivity/source/sdbcx/VUser.cxx b/connectivity/source/sdbcx/VUser.cxx index 26ef01f4b614..9cecd7dfdd46 100644 --- a/connectivity/source/sdbcx/VUser.cxx +++ b/connectivity/source/sdbcx/VUser.cxx @@ -18,7 +18,7 @@ */ -#include <connectivity/sdbcx/VUser.hxx> +#include <sdbcx/VUser.hxx> #include <connectivity/sdbcx/VCollection.hxx> #include <connectivity/dbexception.hxx> #include <comphelper/sequence.hxx> |