diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-12 11:51:56 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-03-13 07:09:08 +0100 |
commit | 58f6103ffcb6ea7b1331c62a36fcb0daa20d66e0 (patch) | |
tree | 7edfb0203973bf7365223163dcdacd50dbd100f9 /connectivity | |
parent | 535d4e6dae24973f5bea80643b691c706a3b4efa (diff) |
Removed duplicated include
Change-Id: Iea9ca5fed98f1040dd697324f9818d0014f5f79f
Reviewed-on: https://gerrit.libreoffice.org/69149
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/commontools/TIndexes.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/commontools/TIndexes.cxx b/connectivity/source/commontools/TIndexes.cxx index 83759ac42209..218bd441e907 100644 --- a/connectivity/source/commontools/TIndexes.cxx +++ b/connectivity/source/commontools/TIndexes.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/sdbc/IndexType.hpp> #include <com/sun/star/sdbc/SQLException.hpp> #include <connectivity/dbtools.hxx> -#include <connectivity/TTableHelper.hxx> #include <TConnection.hxx> #include <comphelper/extract.hxx> #include <comphelper/types.hxx> |