diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:27:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:28:52 +0200 |
commit | 2739257380072645165f31a23365078df8659d48 (patch) | |
tree | e2a38b1854fd34de6e5d5a4470ad90f70274dac2 /connectivity/source/drivers/ado/ADriver.cxx | |
parent | 72b9861498be4e267d142efa64d93ab3df4c6f1f (diff) |
loplugin:includeform: connectivity (Windows)
Change-Id: I27b865cbb79c9ed9c1b5af9f0666450778ae8335
Diffstat (limited to 'connectivity/source/drivers/ado/ADriver.cxx')
-rw-r--r-- | connectivity/source/drivers/ado/ADriver.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/connectivity/source/drivers/ado/ADriver.cxx b/connectivity/source/drivers/ado/ADriver.cxx index 741dc13878da..eda24fef3855 100644 --- a/connectivity/source/drivers/ado/ADriver.cxx +++ b/connectivity/source/drivers/ado/ADriver.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/ADriver.hxx" -#include "ado/AConnection.hxx" -#include "ado/Awrapadox.hxx" -#include "ado/ACatalog.hxx" -#include "ado/Awrapado.hxx" -#include "ado/adoimp.hxx" +#include <ado/ADriver.hxx> +#include <ado/AConnection.hxx> +#include <ado/Awrapadox.hxx> +#include <ado/ACatalog.hxx> +#include <ado/Awrapado.hxx> +#include <ado/adoimp.hxx> #include <com/sun/star/lang/DisposedException.hpp> #include <connectivity/dbexception.hxx> #include <cppuhelper/supportsservice.hxx> -#include "strings.hrc" +#include <strings.hrc> #include <objbase.h> -#include "resource/sharedresources.hxx" +#include <resource/sharedresources.hxx> #include <memory> |