diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2014-10-31 07:39:30 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-31 16:18:30 +0000 |
commit | c70f1545e2df5818f251b558dcc64a83d3c270d3 (patch) | |
tree | 1834970b131e07697f88d38dd9e2fb0f756d0f3d /connectivity | |
parent | 693014c9d3dcbf3c649d775143918e531b6e3ac0 (diff) |
Removed duplicated includes
Change-Id: I5362d997bfa086c9fb1726efcb15132a966684f6
Reviewed-on: https://gerrit.libreoffice.org/12160
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/dbase/DTable.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/hsqldb/HDriver.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/parse/sqliterator.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx index 728e01aea794..eebe107ffbad 100644 --- a/connectivity/source/drivers/dbase/DTable.cxx +++ b/connectivity/source/drivers/dbase/DTable.cxx @@ -37,7 +37,6 @@ #include <stdio.h> #include <ucbhelper/content.hxx> #include <connectivity/dbexception.hxx> -#include <connectivity/dbconversion.hxx> #include <com/sun/star/lang/DisposedException.hpp> #include <comphelper/property.hxx> #include <comphelper/string.hxx> diff --git a/connectivity/source/drivers/hsqldb/HDriver.cxx b/connectivity/source/drivers/hsqldb/HDriver.cxx index b63e421b328f..43ee0c1b45e6 100644 --- a/connectivity/source/drivers/hsqldb/HDriver.cxx +++ b/connectivity/source/drivers/hsqldb/HDriver.cxx @@ -44,7 +44,6 @@ #include <rtl/ustrbuf.hxx> #include <osl/file.h> #include <osl/process.h> -#include <connectivity/dbexception.hxx> #include <comphelper/namedvaluecollection.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> diff --git a/connectivity/source/parse/sqliterator.cxx b/connectivity/source/parse/sqliterator.cxx index 3c08dd8d5e27..0c8a47a1c2af 100644 --- a/connectivity/source/parse/sqliterator.cxx +++ b/connectivity/source/parse/sqliterator.cxx @@ -31,7 +31,6 @@ #include <iostream> #endif #include <connectivity/PColumn.hxx> -#include <connectivity/dbtools.hxx> #include <tools/diagnose_ex.h> #include "TConnection.hxx" #include <comphelper/types.hxx> |