Drop unused #include
Change-Id: Id1badf4ae68d322a6e05e900aa63bdb124387bab
This commit is contained in:
parent
84acb10f54
commit
d39178ff6c
@ -22,8 +22,6 @@
|
|||||||
|
|
||||||
#include <cppuhelper/weakref.hxx>
|
#include <cppuhelper/weakref.hxx>
|
||||||
|
|
||||||
#include <memory>
|
|
||||||
|
|
||||||
// do we want here namespace too?
|
// do we want here namespace too?
|
||||||
class MorkParser;
|
class MorkParser;
|
||||||
|
|
||||||
|
@ -23,8 +23,6 @@
|
|||||||
|
|
||||||
#include <cppuhelper/weakref.hxx>
|
#include <cppuhelper/weakref.hxx>
|
||||||
|
|
||||||
#include <memory>
|
|
||||||
|
|
||||||
namespace connectivity
|
namespace connectivity
|
||||||
{
|
{
|
||||||
namespace mork
|
namespace mork
|
||||||
|
@ -28,7 +28,6 @@
|
|||||||
#include <cppuhelper/compbase2.hxx>
|
#include <cppuhelper/compbase2.hxx>
|
||||||
#include <comphelper/uno3.hxx>
|
#include <comphelper/uno3.hxx>
|
||||||
#include <cppuhelper/interfacecontainer.hxx>
|
#include <cppuhelper/interfacecontainer.hxx>
|
||||||
#include <memory>
|
|
||||||
|
|
||||||
namespace connectivity
|
namespace connectivity
|
||||||
{
|
{
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||||
#include <osl/diagnose.h>
|
#include <osl/diagnose.h>
|
||||||
#include <jvmaccess/virtualmachine.hxx>
|
#include <jvmaccess/virtualmachine.hxx>
|
||||||
#include <memory>
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
||||||
|
@ -28,8 +28,6 @@
|
|||||||
#include "cppu/EnvDcp.hxx"
|
#include "cppu/EnvDcp.hxx"
|
||||||
#include "uno/environment.hxx"
|
#include "uno/environment.hxx"
|
||||||
#include <com/sun/star/uno/Type.hxx>
|
#include <com/sun/star/uno/Type.hxx>
|
||||||
#include <boost/unordered_map.hpp>
|
|
||||||
#include <memory>
|
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
#include <boost/unordered_map.hpp>
|
#include <boost/unordered_map.hpp>
|
||||||
#ifdef CONTEXT_DIAG
|
#ifdef CONTEXT_DIAG
|
||||||
#include <map>
|
#include <map>
|
||||||
@ -55,8 +54,6 @@
|
|||||||
#include "com/sun/star/uno/DeploymentException.hpp"
|
#include "com/sun/star/uno/DeploymentException.hpp"
|
||||||
#include "com/sun/star/uno/RuntimeException.hpp"
|
#include "com/sun/star/uno/RuntimeException.hpp"
|
||||||
|
|
||||||
#include <memory>
|
|
||||||
|
|
||||||
#define SMGR_SINGLETON "/singletons/com.sun.star.lang.theServiceManager"
|
#define SMGR_SINGLETON "/singletons/com.sun.star.lang.theServiceManager"
|
||||||
#define TDMGR_SINGLETON "/singletons/com.sun.star.reflection.theTypeDescriptionManager"
|
#define TDMGR_SINGLETON "/singletons/com.sun.star.reflection.theTypeDescriptionManager"
|
||||||
#define AC_SINGLETON "/singletons/com.sun.star.security.theAccessController"
|
#define AC_SINGLETON "/singletons/com.sun.star.security.theAccessController"
|
||||||
|
@ -71,8 +71,6 @@
|
|||||||
#include <unotools/sharedunocomponent.hxx>
|
#include <unotools/sharedunocomponent.hxx>
|
||||||
#include <rtl/ref.hxx>
|
#include <rtl/ref.hxx>
|
||||||
|
|
||||||
#include <memory>
|
|
||||||
|
|
||||||
namespace comphelper
|
namespace comphelper
|
||||||
{
|
{
|
||||||
class NamedValueCollection;
|
class NamedValueCollection;
|
||||||
|
@ -35,8 +35,6 @@
|
|||||||
#include <comphelper/propertycontainer.hxx>
|
#include <comphelper/propertycontainer.hxx>
|
||||||
#include <svx/ParseContext.hxx>
|
#include <svx/ParseContext.hxx>
|
||||||
|
|
||||||
#include <memory>
|
|
||||||
|
|
||||||
namespace com { namespace sun { namespace star { namespace util {
|
namespace com { namespace sun { namespace star { namespace util {
|
||||||
class XNumberFormatsSupplier;
|
class XNumberFormatsSupplier;
|
||||||
class XNumberFormatter;
|
class XNumberFormatter;
|
||||||
|
@ -28,8 +28,6 @@
|
|||||||
#include <vcl/mnemonic.hxx>
|
#include <vcl/mnemonic.hxx>
|
||||||
#include "IApplicationController.hxx"
|
#include "IApplicationController.hxx"
|
||||||
|
|
||||||
#include <memory>
|
|
||||||
|
|
||||||
using namespace ::dbaui;
|
using namespace ::dbaui;
|
||||||
using namespace ::com::sun::star::uno;
|
using namespace ::com::sun::star::uno;
|
||||||
using namespace ::com::sun::star::sdbc;
|
using namespace ::com::sun::star::sdbc;
|
||||||
|
@ -80,8 +80,6 @@
|
|||||||
#include <osl/diagnose.h>
|
#include <osl/diagnose.h>
|
||||||
#include <connectivity/DriversConfig.hxx>
|
#include <connectivity/DriversConfig.hxx>
|
||||||
|
|
||||||
#include <memory>
|
|
||||||
|
|
||||||
namespace dbaui
|
namespace dbaui
|
||||||
{
|
{
|
||||||
using namespace dbtools;
|
using namespace dbtools;
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
#include <vcl/lstbox.hxx>
|
#include <vcl/lstbox.hxx>
|
||||||
#include <vcl/edit.hxx>
|
#include <vcl/edit.hxx>
|
||||||
#include <svtools/dialogcontrolling.hxx>
|
#include <svtools/dialogcontrolling.hxx>
|
||||||
#include <memory>
|
|
||||||
|
|
||||||
namespace dbaui
|
namespace dbaui
|
||||||
{
|
{
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
#include "TableConnectionData.hxx"
|
#include "TableConnectionData.hxx"
|
||||||
#include "TableWindowData.hxx"
|
#include "TableWindowData.hxx"
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <boost/shared_ptr.hpp>
|
|
||||||
|
|
||||||
namespace comphelper
|
namespace comphelper
|
||||||
{
|
{
|
||||||
|
@ -21,11 +21,8 @@
|
|||||||
#define INCLUDED_DBACCESS_SOURCE_UI_INC_JOINDESIGNVIEW_HXX
|
#define INCLUDED_DBACCESS_SOURCE_UI_INC_JOINDESIGNVIEW_HXX
|
||||||
|
|
||||||
#include <dbaccess/dataview.hxx>
|
#include <dbaccess/dataview.hxx>
|
||||||
#include <vector>
|
|
||||||
#include "QEnumTypes.hxx"
|
#include "QEnumTypes.hxx"
|
||||||
|
|
||||||
#include <memory>
|
|
||||||
|
|
||||||
namespace dbaui
|
namespace dbaui
|
||||||
{
|
{
|
||||||
class OJoinController;
|
class OJoinController;
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
#include "TableWindowData.hxx"
|
#include "TableWindowData.hxx"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <memory>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
struct AcceptDropEvent;
|
struct AcceptDropEvent;
|
||||||
|
@ -37,8 +37,6 @@
|
|||||||
#include <tools/stream.hxx>
|
#include <tools/stream.hxx>
|
||||||
#include <svx/dataaccessdescriptor.hxx>
|
#include <svx/dataaccessdescriptor.hxx>
|
||||||
|
|
||||||
#include <memory>
|
|
||||||
|
|
||||||
namespace com { namespace sun { namespace star {
|
namespace com { namespace sun { namespace star {
|
||||||
namespace sdbc{
|
namespace sdbc{
|
||||||
class XRowUpdate;
|
class XRowUpdate;
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
#include <vcl/edit.hxx>
|
#include <vcl/edit.hxx>
|
||||||
#include <vcl/fixed.hxx>
|
#include <vcl/fixed.hxx>
|
||||||
#include "dsntypes.hxx"
|
#include "dsntypes.hxx"
|
||||||
#include <memory>
|
|
||||||
|
|
||||||
namespace dbaui
|
namespace dbaui
|
||||||
{
|
{
|
||||||
|
@ -44,7 +44,6 @@
|
|||||||
#include "FieldDescriptions.hxx"
|
#include "FieldDescriptions.hxx"
|
||||||
#include "UITools.hxx"
|
#include "UITools.hxx"
|
||||||
#include <unotools/configmgr.hxx>
|
#include <unotools/configmgr.hxx>
|
||||||
#include <memory>
|
|
||||||
#include <o3tl/compat_functional.hxx>
|
#include <o3tl/compat_functional.hxx>
|
||||||
#include <tools/debug.hxx>
|
#include <tools/debug.hxx>
|
||||||
#include <tools/diagnose_ex.h>
|
#include <tools/diagnose_ex.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user