summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/hsqldb/HDriver.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:43:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:11 +0200
commit25fd3077e85c37ff4077b924ff9a26012d808199 (patch)
tree57d4f25a972e9223664a5989024c80deb569df49 /connectivity/source/drivers/hsqldb/HDriver.cxx
parent74067098bbf225138fad5d2c208b6e1fc71fa9a9 (diff)
loplugin:includeform: connectivity
Change-Id: I06596fac09f0568b8bab2e2e235a2b88bcd3fc7a
Diffstat (limited to 'connectivity/source/drivers/hsqldb/HDriver.cxx')
-rw-r--r--connectivity/source/drivers/hsqldb/HDriver.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/connectivity/source/drivers/hsqldb/HDriver.cxx b/connectivity/source/drivers/hsqldb/HDriver.cxx
index c1a90263286d..215de60a03e0 100644
--- a/connectivity/source/drivers/hsqldb/HDriver.cxx
+++ b/connectivity/source/drivers/hsqldb/HDriver.cxx
@@ -19,8 +19,8 @@
#include <config_folders.h>
-#include "hsqldb/HDriver.hxx"
-#include "hsqldb/HConnection.hxx"
+#include <hsqldb/HDriver.hxx>
+#include <hsqldb/HConnection.hxx>
#include <osl/diagnose.h>
#include <connectivity/dbexception.hxx>
#include <com/sun/star/configuration/theDefaultProvider.hpp>
@@ -30,8 +30,8 @@
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/embed/XTransactionBroadcaster.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
-#include "TConnection.hxx"
-#include "hsqldb/HStorageMap.hxx"
+#include <TConnection.hxx>
+#include <hsqldb/HStorageMap.hxx>
#include <jvmfwk/framework.hxx>
#include <com/sun/star/reflection/XProxyFactory.hpp>
#include <com/sun/star/embed/XStorage.hpp>
@@ -39,7 +39,7 @@
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/util/XFlushable.hpp>
#include "HTerminateListener.hxx"
-#include "hsqldb/HCatalog.hxx"
+#include <hsqldb/HCatalog.hxx>
#include <rtl/ustrbuf.hxx>
#include <osl/file.h>
#include <osl/process.h>
@@ -50,8 +50,8 @@
#include <cppuhelper/supportsservice.hxx>
#include <unotools/confignode.hxx>
#include <unotools/ucbstreamhelper.hxx>
-#include "strings.hrc"
-#include "resource/sharedresources.hxx"
+#include <strings.hrc>
+#include <resource/sharedresources.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <tools/diagnose_ex.h>