diff options
Diffstat (limited to 'mysqlc/source/mysqlc_statement.cxx')
-rw-r--r-- | mysqlc/source/mysqlc_statement.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysqlc/source/mysqlc_statement.cxx b/mysqlc/source/mysqlc_statement.cxx index a275689a2a4a..ddfe5f6e4910 100644 --- a/mysqlc/source/mysqlc_statement.cxx +++ b/mysqlc/source/mysqlc_statement.cxx @@ -49,8 +49,6 @@ using namespace com::sun::star::io; using namespace com::sun::star::util; using ::osl::MutexGuard; -#include <stdio.h> - /* {{{ OConnection::OCommonStatement() -I- */ OCommonStatement::OCommonStatement(OConnection* _pConnection, sql::Statement *_cppStatement) :OCommonStatement_IBase(m_aMutex) |