summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_connection.cxx
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
commit7b26ee5470ec5901c4d88c3c3d394c6fb3e2ce0b (patch)
treea9b9daef3a1e7b7469572df44c81e983ef820355 /mysqlc/source/mysqlc_connection.cxx
parentd1bbebdcfe1056953b9aab58354ec0ef5cab7f3c (diff)
#i113503# cppunit stl wrapper headers
Diffstat (limited to 'mysqlc/source/mysqlc_connection.cxx')
-rw-r--r--mysqlc/source/mysqlc_connection.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysqlc/source/mysqlc_connection.cxx b/mysqlc/source/mysqlc_connection.cxx
index 681d0f3..17bf54f 100644
--- a/mysqlc/source/mysqlc_connection.cxx
+++ b/mysqlc/source/mysqlc_connection.cxx
@@ -35,13 +35,13 @@
#include "mysqlc_preparedstatement.hxx"
#include "mysqlc_general.hxx"
-#include <tools/preextstl.h>
+#include <preextstl.h>
#include <cppconn/driver.h>
#include <cppconn/connection.h>
#include <cppconn/statement.h>
#include <cppconn/metadata.h>
#include <cppconn/exception.h>
-#include <tools/postextstl.h>
+#include <postextstl.h>
#include <com/sun/star/sdbc/ColumnValue.hpp>
#include <com/sun/star/sdbc/XRow.hpp>