diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-06-04 15:29:58 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-04 21:18:39 +0200 |
commit | a2db194ea0eee4deb6401f6352144e5be077c140 (patch) | |
tree | e64dee3c822fc3d7970cedebb1708bc9a9554296 /connectivity/source/commontools/CommonTools.cxx | |
parent | 37c827103df9d3fc3a36aa2773bc080931e91830 (diff) |
connectivity: fix includes
Change-Id: I5d5dc6871789865189c78fe9135e7f8bff829489
Diffstat (limited to 'connectivity/source/commontools/CommonTools.cxx')
-rw-r--r-- | connectivity/source/commontools/CommonTools.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/commontools/CommonTools.cxx b/connectivity/source/commontools/CommonTools.cxx index f571e8e39db6..d67a794002bc 100644 --- a/connectivity/source/commontools/CommonTools.cxx +++ b/connectivity/source/commontools/CommonTools.cxx @@ -20,8 +20,8 @@ #include <config_features.h> #include <stdio.h> -#include "connectivity/CommonTools.hxx" -#include "connectivity/dbtools.hxx" +#include <connectivity/CommonTools.hxx> +#include <connectivity/dbtools.hxx> #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/Time.hpp> #include <com/sun/star/util/DateTime.hpp> |