diff options
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 |