diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-17 11:25:48 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-17 11:26:31 +0900 |
commit | d39178ff6cb707219665a73da2324ea51a1c802d (patch) | |
tree | da67acfcf845f22229a05ebdc7d1b131e9997c4c /dbaccess | |
parent | 84acb10f5484489612ccc84215edfcfdef87ea13 (diff) |
Drop unused #include
Change-Id: Id1badf4ae68d322a6e05e900aa63bdb124387bab
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/ModelImpl.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/core/inc/SingleSelectQueryComposer.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/app/AppSwapWindow.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/dbwizsetup.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/generalpage.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/JoinController.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/JoinDesignView.hxx | 3 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/JoinTableView.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/TokenWriter.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/curledit.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/misc/DExport.cxx | 1 |
11 files changed, 0 insertions, 18 deletions
diff --git a/dbaccess/source/core/dataaccess/ModelImpl.hxx b/dbaccess/source/core/dataaccess/ModelImpl.hxx index 93e318929c37..814a5b9543ba 100644 --- a/dbaccess/source/core/dataaccess/ModelImpl.hxx +++ b/dbaccess/source/core/dataaccess/ModelImpl.hxx @@ -71,8 +71,6 @@ #include <unotools/sharedunocomponent.hxx> #include <rtl/ref.hxx> -#include <memory> - namespace comphelper { class NamedValueCollection; diff --git a/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx b/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx index f2d2da1a14f6..21fa884e7f15 100644 --- a/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx +++ b/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx @@ -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; diff --git a/dbaccess/source/ui/app/AppSwapWindow.cxx b/dbaccess/source/ui/app/AppSwapWindow.cxx index 49452b465326..f5cc75e3b7d9 100644 --- a/dbaccess/source/ui/app/AppSwapWindow.cxx +++ b/dbaccess/source/ui/app/AppSwapWindow.cxx @@ -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; diff --git a/dbaccess/source/ui/dlg/dbwizsetup.cxx b/dbaccess/source/ui/dlg/dbwizsetup.cxx index db85512de18c..a334fb028000 100644 --- a/dbaccess/source/ui/dlg/dbwizsetup.cxx +++ b/dbaccess/source/ui/dlg/dbwizsetup.cxx @@ -80,8 +80,6 @@ #include <osl/diagnose.h> #include <connectivity/DriversConfig.hxx> -#include <memory> - namespace dbaui { using namespace dbtools; diff --git a/dbaccess/source/ui/dlg/generalpage.hxx b/dbaccess/source/ui/dlg/generalpage.hxx index 50a4e10a367b..5711261c4b92 100644 --- a/dbaccess/source/ui/dlg/generalpage.hxx +++ b/dbaccess/source/ui/dlg/generalpage.hxx @@ -26,7 +26,6 @@ #include <vcl/lstbox.hxx> #include <vcl/edit.hxx> #include <svtools/dialogcontrolling.hxx> -#include <memory> namespace dbaui { diff --git a/dbaccess/source/ui/inc/JoinController.hxx b/dbaccess/source/ui/inc/JoinController.hxx index 60feee1fcca5..6a2e1f88c850 100644 --- a/dbaccess/source/ui/inc/JoinController.hxx +++ b/dbaccess/source/ui/inc/JoinController.hxx @@ -27,7 +27,6 @@ #include "TableConnectionData.hxx" #include "TableWindowData.hxx" #include <memory> -#include <boost/shared_ptr.hpp> namespace comphelper { diff --git a/dbaccess/source/ui/inc/JoinDesignView.hxx b/dbaccess/source/ui/inc/JoinDesignView.hxx index a38f6a3bc605..37839f63d020 100644 --- a/dbaccess/source/ui/inc/JoinDesignView.hxx +++ b/dbaccess/source/ui/inc/JoinDesignView.hxx @@ -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; diff --git a/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx index 8d3a82f98b54..aa32e620ae32 100644 --- a/dbaccess/source/ui/inc/JoinTableView.hxx +++ b/dbaccess/source/ui/inc/JoinTableView.hxx @@ -30,7 +30,6 @@ #include "TableWindowData.hxx" #include <map> -#include <memory> #include <vector> struct AcceptDropEvent; diff --git a/dbaccess/source/ui/inc/TokenWriter.hxx b/dbaccess/source/ui/inc/TokenWriter.hxx index e6df621deadd..e9068d12e02e 100644 --- a/dbaccess/source/ui/inc/TokenWriter.hxx +++ b/dbaccess/source/ui/inc/TokenWriter.hxx @@ -37,8 +37,6 @@ #include <tools/stream.hxx> #include <svx/dataaccessdescriptor.hxx> -#include <memory> - namespace com { namespace sun { namespace star { namespace sdbc{ class XRowUpdate; diff --git a/dbaccess/source/ui/inc/curledit.hxx b/dbaccess/source/ui/inc/curledit.hxx index b3bb08775846..77e291e438e0 100644 --- a/dbaccess/source/ui/inc/curledit.hxx +++ b/dbaccess/source/ui/inc/curledit.hxx @@ -23,7 +23,6 @@ #include <vcl/edit.hxx> #include <vcl/fixed.hxx> #include "dsntypes.hxx" -#include <memory> namespace dbaui { diff --git a/dbaccess/source/ui/misc/DExport.cxx b/dbaccess/source/ui/misc/DExport.cxx index 71f778935346..814cd38aeba3 100644 --- a/dbaccess/source/ui/misc/DExport.cxx +++ b/dbaccess/source/ui/misc/DExport.cxx @@ -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> |