diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:43:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:11 +0200 |
commit | 25fd3077e85c37ff4077b924ff9a26012d808199 (patch) | |
tree | 57d4f25a972e9223664a5989024c80deb569df49 /connectivity/source/commontools/TIndexes.cxx | |
parent | 74067098bbf225138fad5d2c208b6e1fc71fa9a9 (diff) |
loplugin:includeform: connectivity
Change-Id: I06596fac09f0568b8bab2e2e235a2b88bcd3fc7a
Diffstat (limited to 'connectivity/source/commontools/TIndexes.cxx')
-rw-r--r-- | connectivity/source/commontools/TIndexes.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/TIndexes.cxx b/connectivity/source/commontools/TIndexes.cxx index 8ff2257731a2..85e90bd94ddc 100644 --- a/connectivity/source/commontools/TIndexes.cxx +++ b/connectivity/source/commontools/TIndexes.cxx @@ -24,7 +24,7 @@ #include <com/sun/star/sdbc/IndexType.hpp> #include <connectivity/dbtools.hxx> #include <connectivity/TTableHelper.hxx> -#include "TConnection.hxx" +#include <TConnection.hxx> #include <comphelper/extract.hxx> #include <rtl/ustrbuf.hxx> using namespace connectivity; |