summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_statement.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-06 12:15:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-06 12:15:27 +0100
commit75a8e34f62f9a0d52386a412e1159ff444c3470a (patch)
treeb4fda4c906c86e1366e847c0c23008c85307d132 /mysqlc/source/mysqlc_statement.hxx
parent9cdba569d3b93b8b6ca6f655816236db503784a9 (diff)
#i113503# cppunit stl wrapper headers
Diffstat (limited to 'mysqlc/source/mysqlc_statement.hxx')
-rw-r--r--mysqlc/source/mysqlc_statement.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysqlc/source/mysqlc_statement.hxx b/mysqlc/source/mysqlc_statement.hxx
index 34273f617d58..2fa4aaea769d 100644
--- a/mysqlc/source/mysqlc_statement.hxx
+++ b/mysqlc/source/mysqlc_statement.hxx
@@ -13,9 +13,9 @@
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
#include <com/sun/star/util/XCancellable.hpp>
-#include <tools/preextstl.h>
+#include <preextstl.h>
#include <cppconn/statement.h>
-#include <tools/postextstl.h>
+#include <postextstl.h>
#include <cppuhelper/compbase5.hxx>
#include <list>