diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:42:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:10 +0200 |
commit | 4b27653a122acbbb38c800f0b1972f339e73d115 (patch) | |
tree | 3331415ede49520ef9090bdb3c1fb3dce9748e59 /dbaccess/source/inc | |
parent | 54ef1c155990bee247f083a37be9515b43709ac3 (diff) |
loplugin:includeform: dbaccess
Change-Id: I15aee966012612033ab7e2ee03ac1a553802f540
Diffstat (limited to 'dbaccess/source/inc')
-rw-r--r-- | dbaccess/source/inc/OAuthenticationContinuation.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/inc/apitools.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/inc/dsntypes.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/inc/OAuthenticationContinuation.hxx b/dbaccess/source/inc/OAuthenticationContinuation.hxx index 1f6a9f236470..ce933b31b545 100644 --- a/dbaccess/source/inc/OAuthenticationContinuation.hxx +++ b/dbaccess/source/inc/OAuthenticationContinuation.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_DBACCESS_SOURCE_INC_OAUTHENTICATIONCONTINUATION_HXX #define INCLUDED_DBACCESS_SOURCE_INC_OAUTHENTICATIONCONTINUATION_HXX -#include "dbadllapi.hxx" +#include <dbadllapi.hxx> #include <com/sun/star/ucb/XInteractionSupplyAuthentication.hpp> #include <com/sun/star/ucb/RememberAuthentication.hpp> diff --git a/dbaccess/source/inc/apitools.hxx b/dbaccess/source/inc/apitools.hxx index 015d8c14b4a1..aa31acc516d1 100644 --- a/dbaccess/source/inc/apitools.hxx +++ b/dbaccess/source/inc/apitools.hxx @@ -30,7 +30,7 @@ #include <cppuhelper/typeprovider.hxx> #include <comphelper/sequence.hxx> #include <connectivity/CommonTools.hxx> -#include "strings.hxx" +#include <strings.hxx> // OSubComponent - a component which holds a hard ref to its parent // and is been hold itself (by the parent) with a weak ref diff --git a/dbaccess/source/inc/dsntypes.hxx b/dbaccess/source/inc/dsntypes.hxx index e6ca73926395..521af5a2184d 100644 --- a/dbaccess/source/inc/dsntypes.hxx +++ b/dbaccess/source/inc/dsntypes.hxx @@ -24,7 +24,7 @@ #include <vector> -#include "dbadllapi.hxx" +#include <dbadllapi.hxx> #include <connectivity/DriversConfig.hxx> namespace dbaccess |