diff options
Diffstat (limited to 'connectivity/source/drivers/ado/AUser.cxx')
-rw-r--r-- | connectivity/source/drivers/ado/AUser.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/drivers/ado/AUser.cxx b/connectivity/source/drivers/ado/AUser.cxx index ded62ae2840c..89c6d63b61f6 100644 --- a/connectivity/source/drivers/ado/AUser.cxx +++ b/connectivity/source/drivers/ado/AUser.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/AUser.hxx" -#include "ado/ACatalog.hxx" -#include "ado/AGroups.hxx" +#include <ado/AUser.hxx> +#include <ado/ACatalog.hxx> +#include <ado/AGroups.hxx> #include <cppuhelper/typeprovider.hxx> #include <comphelper/sequence.hxx> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> -#include "ado/AConnection.hxx" -#include "ado/Awrapado.hxx" +#include <ado/AConnection.hxx> +#include <ado/Awrapado.hxx> using namespace connectivity::ado; using namespace com::sun::star::uno; |