diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-14 16:55:30 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-14 18:44:05 +0900 |
commit | bbe3bec949764b7085b688d492af4759a496a80c (patch) | |
tree | 070e3ddd63f310d923af2aff5e05b2f251066757 | |
parent | fa9d574ae1656b64670fbbac64ddd85461698149 (diff) |
Drop unused #include
Change-Id: Id05440ffb8eb9990d2d08f721d6914f3dbc86cab
-rw-r--r-- | basctl/source/basicide/macrodlg.cxx | 1 | ||||
-rw-r--r-- | canvas/source/cairo/cairo_spritehelper.cxx | 3 | ||||
-rw-r--r-- | canvas/source/directx/dx_spritehelper.cxx | 3 | ||||
-rw-r--r-- | chart2/source/controller/dialogs/DataBrowser.hxx | 1 | ||||
-rw-r--r-- | chart2/source/controller/dialogs/DataBrowserModel.hxx | 1 | ||||
-rw-r--r-- | chart2/source/controller/inc/RegressionEquationItemConverter.hxx | 1 | ||||
-rw-r--r-- | chart2/source/controller/inc/TimerTriggeredControllerLock.hxx | 1 | ||||
-rw-r--r-- | chart2/source/controller/inc/TitleDialogData.hxx | 1 | ||||
-rw-r--r-- | chart2/source/controller/inc/dlg_InsertErrorBars.hxx | 1 | ||||
-rw-r--r-- | chart2/source/controller/inc/res_ErrorBar.hxx | 2 | ||||
-rw-r--r-- | chart2/source/view/axes/Tickmarks.cxx | 1 | ||||
-rw-r--r-- | chart2/source/view/axes/Tickmarks_Equidistant.cxx | 1 | ||||
-rw-r--r-- | chart2/source/view/axes/VAxisBase.cxx | 1 | ||||
-rw-r--r-- | chart2/source/view/axes/VCartesianAxis.hxx | 2 | ||||
-rw-r--r-- | chart2/source/view/axes/VPolarGrid.cxx | 1 | ||||
-rw-r--r-- | cli_ure/source/climaker/climaker_app.cxx | 1 | ||||
-rw-r--r-- | configmgr/source/parser.hxx | 1 |
17 files changed, 0 insertions, 23 deletions
diff --git a/basctl/source/basicide/macrodlg.cxx b/basctl/source/basicide/macrodlg.cxx index 93f7177263ee..0802b17424c7 100644 --- a/basctl/source/basicide/macrodlg.cxx +++ b/basctl/source/basicide/macrodlg.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <memory> #include <vcl/msgbox.hxx> #include <macrodlg.hxx> diff --git a/canvas/source/cairo/cairo_spritehelper.cxx b/canvas/source/cairo/cairo_spritehelper.cxx index 7992deb38425..bb06b55a1974 100644 --- a/canvas/source/cairo/cairo_spritehelper.cxx +++ b/canvas/source/cairo/cairo_spritehelper.cxx @@ -37,9 +37,6 @@ #include "cairo_canvascustomsprite.hxx" #include "cairo_spritehelper.hxx" -#include <memory> - - using namespace ::cairo; using namespace ::com::sun::star; diff --git a/canvas/source/directx/dx_spritehelper.cxx b/canvas/source/directx/dx_spritehelper.cxx index 2556bb936470..481e8a4f07b3 100644 --- a/canvas/source/directx/dx_spritehelper.cxx +++ b/canvas/source/directx/dx_spritehelper.cxx @@ -18,7 +18,6 @@ */ -#include <ctype.h> #include <canvas/debug.hxx> #include <canvas/verbosetrace.hxx> #include <tools/diagnose_ex.h> @@ -40,8 +39,6 @@ #include "dx_spritehelper.hxx" #include "dx_impltools.hxx" -#include <memory> - using namespace ::com::sun::star; namespace dxcanvas diff --git a/chart2/source/controller/dialogs/DataBrowser.hxx b/chart2/source/controller/dialogs/DataBrowser.hxx index 92169d38db1a..28a8cb55adb9 100644 --- a/chart2/source/controller/dialogs/DataBrowser.hxx +++ b/chart2/source/controller/dialogs/DataBrowser.hxx @@ -26,7 +26,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <vector> -#include <memory> #include <boost/shared_ptr.hpp> #include <boost/scoped_ptr.hpp> diff --git a/chart2/source/controller/dialogs/DataBrowserModel.hxx b/chart2/source/controller/dialogs/DataBrowserModel.hxx index 0b7bfb0a64eb..60a8b26b8f43 100644 --- a/chart2/source/controller/dialogs/DataBrowserModel.hxx +++ b/chart2/source/controller/dialogs/DataBrowserModel.hxx @@ -22,7 +22,6 @@ #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <memory> #include <vector> #include <boost/scoped_ptr.hpp> diff --git a/chart2/source/controller/inc/RegressionEquationItemConverter.hxx b/chart2/source/controller/inc/RegressionEquationItemConverter.hxx index d7c20c2d1142..b9af5ac38b96 100644 --- a/chart2/source/controller/inc/RegressionEquationItemConverter.hxx +++ b/chart2/source/controller/inc/RegressionEquationItemConverter.hxx @@ -28,7 +28,6 @@ #include <memory> #include <vector> -#include <boost/shared_ptr.hpp> class SdrModel; diff --git a/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx b/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx index 2bdc76872209..9b724e24f2df 100644 --- a/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx +++ b/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx @@ -23,7 +23,6 @@ #include <vcl/timer.hxx> #include <com/sun/star/frame/XModel.hpp> -#include <memory> #include <boost/scoped_ptr.hpp> namespace chart diff --git a/chart2/source/controller/inc/TitleDialogData.hxx b/chart2/source/controller/inc/TitleDialogData.hxx index 3bc66dd6e72c..22e156a10154 100644 --- a/chart2/source/controller/inc/TitleDialogData.hxx +++ b/chart2/source/controller/inc/TitleDialogData.hxx @@ -23,7 +23,6 @@ #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <memory> #include <boost/scoped_ptr.hpp> namespace chart diff --git a/chart2/source/controller/inc/dlg_InsertErrorBars.hxx b/chart2/source/controller/inc/dlg_InsertErrorBars.hxx index c8dcc1ae9fa5..f2e40f992209 100644 --- a/chart2/source/controller/inc/dlg_InsertErrorBars.hxx +++ b/chart2/source/controller/inc/dlg_InsertErrorBars.hxx @@ -22,7 +22,6 @@ #include <vcl/dialog.hxx> #include <vcl/button.hxx> #include <svl/itemset.hxx> -#include <memory> #include <com/sun/star/frame/XModel.hpp> #include "res_ErrorBar.hxx" diff --git a/chart2/source/controller/inc/res_ErrorBar.hxx b/chart2/source/controller/inc/res_ErrorBar.hxx index 0825e45a5f65..83cc4d1de9b1 100644 --- a/chart2/source/controller/inc/res_ErrorBar.hxx +++ b/chart2/source/controller/inc/res_ErrorBar.hxx @@ -32,8 +32,6 @@ #include <com/sun/star/chart2/XChartDocument.hpp> -#include <memory> - class Dialog; namespace chart diff --git a/chart2/source/view/axes/Tickmarks.cxx b/chart2/source/view/axes/Tickmarks.cxx index 2973cdc911d9..7dad99182679 100644 --- a/chart2/source/view/axes/Tickmarks.cxx +++ b/chart2/source/view/axes/Tickmarks.cxx @@ -22,7 +22,6 @@ #include "Tickmarks_Dates.hxx" #include "ViewDefines.hxx" #include <rtl/math.hxx> -#include <memory> namespace chart { diff --git a/chart2/source/view/axes/Tickmarks_Equidistant.cxx b/chart2/source/view/axes/Tickmarks_Equidistant.cxx index 5a464c3d87f6..55a8c8d41bb2 100644 --- a/chart2/source/view/axes/Tickmarks_Equidistant.cxx +++ b/chart2/source/view/axes/Tickmarks_Equidistant.cxx @@ -22,7 +22,6 @@ #include <rtl/math.hxx> #include <limits> -#include <memory> namespace chart { diff --git a/chart2/source/view/axes/VAxisBase.cxx b/chart2/source/view/axes/VAxisBase.cxx index 0bb4af907087..2fc862569484 100644 --- a/chart2/source/view/axes/VAxisBase.cxx +++ b/chart2/source/view/axes/VAxisBase.cxx @@ -23,7 +23,6 @@ #include "Tickmarks.hxx" #include "macros.hxx" -#include <memory> #include <boost/scoped_ptr.hpp> namespace chart diff --git a/chart2/source/view/axes/VCartesianAxis.hxx b/chart2/source/view/axes/VCartesianAxis.hxx index 4fcb2628b8ee..e0fef479a07a 100644 --- a/chart2/source/view/axes/VCartesianAxis.hxx +++ b/chart2/source/view/axes/VCartesianAxis.hxx @@ -22,8 +22,6 @@ #include "VAxisBase.hxx" #include <basegfx/vector/b2dvector.hxx> -#include <memory> - namespace chart { diff --git a/chart2/source/view/axes/VPolarGrid.cxx b/chart2/source/view/axes/VPolarGrid.cxx index ca74ceba06b8..ceee94d9b99e 100644 --- a/chart2/source/view/axes/VPolarGrid.cxx +++ b/chart2/source/view/axes/VPolarGrid.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/drawing/LineStyle.hpp> #include <vector> -#include <memory> namespace chart { diff --git a/cli_ure/source/climaker/climaker_app.cxx b/cli_ure/source/climaker/climaker_app.cxx index e11aee5855ce..cca91e5e9f2c 100644 --- a/cli_ure/source/climaker/climaker_app.cxx +++ b/cli_ure/source/climaker/climaker_app.cxx @@ -23,7 +23,6 @@ #include <iostream> #include <stdio.h> #include <vector> -#include <memory> #include "climaker_share.h" diff --git a/configmgr/source/parser.hxx b/configmgr/source/parser.hxx index 7d228359ec3f..982c9ed4ea3f 100644 --- a/configmgr/source/parser.hxx +++ b/configmgr/source/parser.hxx @@ -22,7 +22,6 @@ #include "sal/config.h" -#include <memory> #include <set> #include "salhelper/simplereferenceobject.hxx" |