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/TTableHelper.hxx | |
parent | 73a57482157fc9c925dc8f5c9cf26673cd18c803 (diff) |
fdo#65108 inter-module includes <>
Change-Id: I338b2f923a31058dc7a3a9a4dcefba52109aa3b0
Diffstat (limited to 'include/connectivity/TTableHelper.hxx')
-rw-r--r-- | include/connectivity/TTableHelper.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/connectivity/TTableHelper.hxx b/include/connectivity/TTableHelper.hxx index e2660d8ae864..c87cae1fe94f 100644 --- a/include/connectivity/TTableHelper.hxx +++ b/include/connectivity/TTableHelper.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_CONNECTIVITY_TTABLEHELPER_HXX #define INCLUDED_CONNECTIVITY_TTABLEHELPER_HXX -#include "connectivity/dbtoolsdllapi.hxx" -#include "connectivity/sdbcx/VTable.hxx" -#include "connectivity/sdbcx/VKey.hxx" -#include "connectivity/StdTypeDefs.hxx" +#include <connectivity/dbtoolsdllapi.hxx> +#include <connectivity/sdbcx/VTable.hxx> +#include <connectivity/sdbcx/VKey.hxx> +#include <connectivity/StdTypeDefs.hxx> #include <comphelper/stl_types.hxx> #include <com/sun/star/sdb/tools/XTableRename.hpp> #include <com/sun/star/sdb/tools/XTableAlteration.hpp> |