diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 14:15:35 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:39 -0600 |
commit | aff270d89a4800fab9fb09c506d92780060e16dc (patch) | |
tree | 992c327fce7284dfabb7575c16783d5b3a10cdf4 /include/connectivity/dbtools.hxx | |
parent | 73a57482157fc9c925dc8f5c9cf26673cd18c803 (diff) |
fdo#65108 inter-module includes <>
Change-Id: I338b2f923a31058dc7a3a9a4dcefba52109aa3b0
Diffstat (limited to 'include/connectivity/dbtools.hxx')
-rw-r--r-- | include/connectivity/dbtools.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx index 0b2bc2f5249d..d7fd0f5f89ff 100644 --- a/include/connectivity/dbtools.hxx +++ b/include/connectivity/dbtools.hxx @@ -25,8 +25,8 @@ #include <com/sun/star/sdbc/DataType.hpp> #include <comphelper/stl_types.hxx> #include <unotools/sharedunocomponent.hxx> -#include "connectivity/dbtoolsdllapi.hxx" -#include "connectivity/FValue.hxx" +#include <connectivity/dbtoolsdllapi.hxx> +#include <connectivity/FValue.hxx> namespace com { namespace sun { namespace star { |