diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-08 22:30:06 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-10 15:52:49 +0900 |
commit | dae9b7060dd60702c7bc9270c6efdba89e41106a (patch) | |
tree | 4a8b0e186a46fab01bc912a7857ce5d580d1c306 /mysqlc/source/mysqlc_statement.cxx | |
parent | 4cb23d2016042b0738b0be1ec5b4dfe4e2b80b5a (diff) |
Drop duplicate #include
Change-Id: Ib8969d5cd4898b81a5dcd90dc313abd28adfe052
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) |