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/inc/ado/ADriver.hxx | |
parent | 37c827103df9d3fc3a36aa2773bc080931e91830 (diff) |
connectivity: fix includes
Change-Id: I5d5dc6871789865189c78fe9135e7f8bff829489
Diffstat (limited to 'connectivity/source/inc/ado/ADriver.hxx')
-rw-r--r-- | connectivity/source/inc/ado/ADriver.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/ado/ADriver.hxx b/connectivity/source/inc/ado/ADriver.hxx index 1607cdac22a8..72ddec4e977a 100644 --- a/connectivity/source/inc/ado/ADriver.hxx +++ b/connectivity/source/inc/ado/ADriver.hxx @@ -24,7 +24,7 @@ #include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <cppuhelper/compbase3.hxx> -#include "connectivity/CommonTools.hxx" +#include <connectivity/CommonTools.hxx> namespace connectivity { |