diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-11-09 18:39:56 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-11-09 18:39:56 +0100 |
commit | 79bd39ac61746c58685be407b597e966d7369fb2 (patch) | |
tree | 9ca61e60bf1b50f1b731084353df309e14b21c0a /connectivity | |
parent | 7b9a9a49862e4ec42ab9ffd85f94713960a94c3a (diff) |
fdo#65108 inter-module includes <>
Change-Id: Ie8ca0b1aa7b56ea1d62c9eed798c56ca78464c44
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/commontools/DriversConfig.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/firebird/Driver.cxx | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/commontools/DriversConfig.cxx b/connectivity/source/commontools/DriversConfig.cxx index b1cb506db3f7..bf70fbac5714 100644 --- a/connectivity/source/commontools/DriversConfig.cxx +++ b/connectivity/source/commontools/DriversConfig.cxx @@ -16,7 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "connectivity/DriversConfig.hxx" +#include <connectivity/DriversConfig.hxx> #include <tools/wldcrd.hxx> #include <svtools/miscopt.hxx> diff --git a/connectivity/source/drivers/firebird/Driver.cxx b/connectivity/source/drivers/firebird/Driver.cxx index 932eae6b5680..63e884cd159e 100644 --- a/connectivity/source/drivers/firebird/Driver.cxx +++ b/connectivity/source/drivers/firebird/Driver.cxx @@ -20,10 +20,10 @@ #include "Connection.hxx" #include "Driver.hxx" -#include "connectivity/dbexception.hxx" -#include "resource/common_res.hrc" -#include "resource/hsqldb_res.hrc" -#include "resource/sharedresources.hxx" +#include <connectivity/dbexception.hxx> +#include <resource/common_res.hrc> +#include <resource/hsqldb_res.hrc> +#include <resource/sharedresources.hxx> #include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> |