summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_driver.cxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 10:50:15 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 10:50:15 +0100
commitd186420a08c5c357643af057d523e3cf0eb44457 (patch)
treec8689e7d6f1d78e5d2512187d2f55b8f99a4360c /mysqlc/source/mysqlc_driver.cxx
parent75d9372d41f2115d24f3efc35516a252fcb64c02 (diff)
Removing the ext_std masterpiece
Diffstat (limited to 'mysqlc/source/mysqlc_driver.cxx')
-rw-r--r--mysqlc/source/mysqlc_driver.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysqlc/source/mysqlc_driver.cxx b/mysqlc/source/mysqlc_driver.cxx
index 6db37c6d2679..42c1001c8a20 100644
--- a/mysqlc/source/mysqlc_driver.cxx
+++ b/mysqlc/source/mysqlc_driver.cxx
@@ -35,12 +35,10 @@ using namespace connectivity::mysqlc;
using ::rtl::OUString;
#include <stdio.h>
-#include <preextstl.h>
#include <cppconn/exception.h>
#ifdef SYSTEM_MYSQL_CPPCONN
#include <mysql_driver.h>
#endif
-#include <postextstl.h>
/* {{{ MysqlCDriver::MysqlCDriver() -I- */