summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_preparedstatement.hxx
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-10-05 15:53:47 +0200
committerPetr Mladek <pmladek@suse.cz>2010-10-05 18:13:37 +0200
commitda0276bc889dea2710abb99d8862c0763d35d8dc (patch)
tree7ae5cc3c92f7818337f922530fd29d6d93f45770 /mysqlc/source/mysqlc_preparedstatement.hxx
parentc498357860bcb7b84a253ed9975fac45983a1f0b (diff)
more removed include guards using fixguard.py
Diffstat (limited to 'mysqlc/source/mysqlc_preparedstatement.hxx')
-rw-r--r--mysqlc/source/mysqlc_preparedstatement.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/mysqlc/source/mysqlc_preparedstatement.hxx b/mysqlc/source/mysqlc_preparedstatement.hxx
index eb53bdcbd839..e57b7c46747e 100644
--- a/mysqlc/source/mysqlc_preparedstatement.hxx
+++ b/mysqlc/source/mysqlc_preparedstatement.hxx
@@ -32,21 +32,11 @@
#include "mysqlc_statement.hxx"
#include "mysqlc_resultset.hxx"
-#ifndef _COM_SUN_STAR_SDBC_XPREPAREDSTATEMENT_HPP_
#include <com/sun/star/sdbc/XPreparedStatement.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDBC_XPARAMETERS_HPP_
#include <com/sun/star/sdbc/XParameters.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDBC_XRESULTSETMETADATASUPPLIER_HPP_
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDBC_XPREPAREDBATCHEXECUTION_HPP_
#include <com/sun/star/sdbc/XPreparedBatchExecution.hpp>
-#endif
-#ifndef _COM_SUN_STAR_IO_XINPUTSTREAM_HPP_
#include <com/sun/star/io/XInputStream.hpp>
-#endif
#include <tools/preextstl.h>
#include <cppconn/prepared_statement.h>