diff options
Diffstat (limited to 'connectivity/source/drivers/odbc/OResultSet.cxx')
-rw-r--r-- | connectivity/source/drivers/odbc/OResultSet.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/odbc/OResultSet.cxx b/connectivity/source/drivers/odbc/OResultSet.cxx index f5a79b0d283f..fd70b4a7b0e4 100644 --- a/connectivity/source/drivers/odbc/OResultSet.cxx +++ b/connectivity/source/drivers/odbc/OResultSet.cxx @@ -33,8 +33,8 @@ #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/lang/DisposedException.hpp> #include <comphelper/types.hxx> -#include "connectivity/dbtools.hxx" -#include "connectivity/dbexception.hxx" +#include <connectivity/dbtools.hxx> +#include <connectivity/dbexception.hxx> #include "diagnose_ex.h" #include <boost/static_assert.hpp> |