more removed include guards using fixguard.py
This commit is contained in:
@@ -27,69 +27,27 @@
|
||||
#ifndef DBACCESS_CORE_API_ROWSETBASE_HXX
|
||||
#define DBACCESS_CORE_API_ROWSETBASE_HXX
|
||||
|
||||
#ifndef _CPPUHELPER_IMPLBASE10_HXX_
|
||||
#include <cppuhelper/implbase10.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XCOLUMNSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XROW_HPP_
|
||||
#include <com/sun/star/sdbc/XRow.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCOLUMNLOCATE_HPP_
|
||||
#include <com/sun/star/sdbc/XColumnLocate.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCLOSEABLE_HPP_
|
||||
#include <com/sun/star/sdbc/XCloseable.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XROWLOCATE_HPP_
|
||||
#include <com/sun/star/sdbcx/XRowLocate.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XRESULTSETMETADATASUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XWARNINGSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XUNOTUNNEL_HPP_
|
||||
#include <com/sun/star/lang/XUnoTunnel.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_INTERFACECONTAINER_H_
|
||||
#include <cppuhelper/interfacecontainer.h>
|
||||
#endif
|
||||
#ifndef CONNECTIVITY_SQLERROR_HXX
|
||||
#include <connectivity/sqlerror.hxx>
|
||||
#endif
|
||||
#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
#endif
|
||||
#ifndef COMPHELPER_PROPERTYSTATECONTAINER_HXX
|
||||
#include <comphelper/propertystatecontainer.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_PROPERTY_ARRAY_HELPER_HXX_
|
||||
#include <comphelper/proparrhlp.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XROWSET_HPP_
|
||||
#include <com/sun/star/sdbc/XRowSet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UTIL_XNUMBERFORMATTYPES_HPP_
|
||||
#include <com/sun/star/util/XNumberFormatTypes.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#endif
|
||||
#ifndef DBACCESS_CORE_API_ROWSETROW_HXX
|
||||
#include "RowSetRow.hxx"
|
||||
#endif
|
||||
#ifndef _COMPHELPER_BROADCASTHELPER_HXX_
|
||||
#include <comphelper/broadcasthelper.hxx>
|
||||
#endif
|
||||
#ifndef DBACCESS_ROWSETCACHEITERATOR_HXX
|
||||
#include "RowSetCacheIterator.hxx"
|
||||
#endif
|
||||
#include "core_resource.hxx"
|
||||
#include <comphelper/componentcontext.hxx>
|
||||
|
||||
|
Reference in New Issue
Block a user