From da0276bc889dea2710abb99d8862c0763d35d8dc Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Tue, 5 Oct 2010 15:53:47 +0200 Subject: more removed include guards using fixguard.py --- mysqlc/source/mysqlc_databasemetadata.hxx | 4 ---- mysqlc/source/mysqlc_preparedstatement.hxx | 10 ---------- mysqlc/source/mysqlc_subcomponent.hxx | 12 ------------ 3 files changed, 26 deletions(-) (limited to 'mysqlc/source') diff --git a/mysqlc/source/mysqlc_databasemetadata.hxx b/mysqlc/source/mysqlc_databasemetadata.hxx index f7f659ce97b8..790bd0253f37 100644 --- a/mysqlc/source/mysqlc_databasemetadata.hxx +++ b/mysqlc/source/mysqlc_databasemetadata.hxx @@ -32,12 +32,8 @@ #include "mysqlc_connection.hxx" -#ifndef _COM_SUN_STAR_SDBC_XDATABASEMETADATA_HPP_ #include -#endif -#ifndef _CPPUHELPER_IMPLBASE1_HXX_ #include -#endif #include #include 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 -#endif -#ifndef _COM_SUN_STAR_SDBC_XPARAMETERS_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_SDBC_XRESULTSETMETADATASUPPLIER_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_SDBC_XPREPAREDBATCHEXECUTION_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_IO_XINPUTSTREAM_HPP_ #include -#endif #include #include diff --git a/mysqlc/source/mysqlc_subcomponent.hxx b/mysqlc/source/mysqlc_subcomponent.hxx index 5d3bd2c9b4f3..8f7d555d29d9 100644 --- a/mysqlc/source/mysqlc_subcomponent.hxx +++ b/mysqlc/source/mysqlc_subcomponent.hxx @@ -30,24 +30,12 @@ #ifndef _CONNECTIVITY_OSUBCOMPONENT_HXX_ #define _CONNECTIVITY_OSUBCOMPONENT_HXX_ -#ifndef _CPPUHELPER_WEAK_HXX_ #include -#endif -#ifndef _CPPUHELPER_INTERFACECONTAINER_H_ #include -#endif -#ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_ #include -#endif -#ifndef _CPPUHELPER_PROPSHLP_HXX #include -#endif -#ifndef _OSL_MUTEX_HXX_ #include -#endif -#ifndef _OSL_DIAGNOSE_H_ #include -#endif namespace cppu { class IPropertyArrayHelper; -- cgit