Drop unused #include

Change-Id: Id1badf4ae68d322a6e05e900aa63bdb124387bab
This commit is contained in:
Takeshi Abe 2014-02-17 11:25:48 +09:00
parent 84acb10f54
commit d39178ff6c
17 changed files with 0 additions and 29 deletions

View File

@ -22,8 +22,6 @@
#include <cppuhelper/weakref.hxx>
#include <memory>
// do we want here namespace too?
class MorkParser;

View File

@ -23,8 +23,6 @@
#include <cppuhelper/weakref.hxx>
#include <memory>
namespace connectivity
{
namespace mork

View File

@ -28,7 +28,6 @@
#include <cppuhelper/compbase2.hxx>
#include <comphelper/uno3.hxx>
#include <cppuhelper/interfacecontainer.hxx>
#include <memory>
namespace connectivity
{

View File

@ -26,7 +26,6 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <osl/diagnose.h>
#include <jvmaccess/virtualmachine.hxx>
#include <memory>
#include <functional>
#include <boost/shared_ptr.hpp>

View File

@ -28,8 +28,6 @@
#include "cppu/EnvDcp.hxx"
#include "uno/environment.hxx"
#include <com/sun/star/uno/Type.hxx>
#include <boost/unordered_map.hpp>
#include <memory>
namespace
{

View File

@ -26,7 +26,6 @@
#include <stdio.h>
#endif
#include <vector>
#include <boost/unordered_map.hpp>
#ifdef CONTEXT_DIAG
#include <map>
@ -55,8 +54,6 @@
#include "com/sun/star/uno/DeploymentException.hpp"
#include "com/sun/star/uno/RuntimeException.hpp"
#include <memory>
#define SMGR_SINGLETON "/singletons/com.sun.star.lang.theServiceManager"
#define TDMGR_SINGLETON "/singletons/com.sun.star.reflection.theTypeDescriptionManager"
#define AC_SINGLETON "/singletons/com.sun.star.security.theAccessController"

View File

@ -71,8 +71,6 @@
#include <unotools/sharedunocomponent.hxx>
#include <rtl/ref.hxx>
#include <memory>
namespace comphelper
{
class NamedValueCollection;

View File

@ -35,8 +35,6 @@
#include <comphelper/propertycontainer.hxx>
#include <svx/ParseContext.hxx>
#include <memory>
namespace com { namespace sun { namespace star { namespace util {
class XNumberFormatsSupplier;
class XNumberFormatter;

View File

@ -28,8 +28,6 @@
#include <vcl/mnemonic.hxx>
#include "IApplicationController.hxx"
#include <memory>
using namespace ::dbaui;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdbc;

View File

@ -80,8 +80,6 @@
#include <osl/diagnose.h>
#include <connectivity/DriversConfig.hxx>
#include <memory>
namespace dbaui
{
using namespace dbtools;

View File

@ -26,7 +26,6 @@
#include <vcl/lstbox.hxx>
#include <vcl/edit.hxx>
#include <svtools/dialogcontrolling.hxx>
#include <memory>
namespace dbaui
{

View File

@ -27,7 +27,6 @@
#include "TableConnectionData.hxx"
#include "TableWindowData.hxx"
#include <memory>
#include <boost/shared_ptr.hpp>
namespace comphelper
{

View File

@ -21,11 +21,8 @@
#define INCLUDED_DBACCESS_SOURCE_UI_INC_JOINDESIGNVIEW_HXX
#include <dbaccess/dataview.hxx>
#include <vector>
#include "QEnumTypes.hxx"
#include <memory>
namespace dbaui
{
class OJoinController;

View File

@ -30,7 +30,6 @@
#include "TableWindowData.hxx"
#include <map>
#include <memory>
#include <vector>
struct AcceptDropEvent;

View File

@ -37,8 +37,6 @@
#include <tools/stream.hxx>
#include <svx/dataaccessdescriptor.hxx>
#include <memory>
namespace com { namespace sun { namespace star {
namespace sdbc{
class XRowUpdate;

View File

@ -23,7 +23,6 @@
#include <vcl/edit.hxx>
#include <vcl/fixed.hxx>
#include "dsntypes.hxx"
#include <memory>
namespace dbaui
{

View File

@ -44,7 +44,6 @@
#include "FieldDescriptions.hxx"
#include "UITools.hxx"
#include <unotools/configmgr.hxx>
#include <memory>
#include <o3tl/compat_functional.hxx>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>