diff --git a/Code/Mantid/Framework/Algorithms/inc/MantidAlgorithms/CheckWorkspacesMatch.h b/Code/Mantid/Framework/Algorithms/inc/MantidAlgorithms/CheckWorkspacesMatch.h index 91e82ac43d31f083c80538665d47cbd1bd4c434d..a1b54c02fb8e227010a92dbfb794c3b4608ff7f3 100644 --- a/Code/Mantid/Framework/Algorithms/inc/MantidAlgorithms/CheckWorkspacesMatch.h +++ b/Code/Mantid/Framework/Algorithms/inc/MantidAlgorithms/CheckWorkspacesMatch.h @@ -5,7 +5,7 @@ // Includes //---------------------------------------------------------------------- #include "MantidAPI/Algorithm.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include "MantidDataObjects/EventWorkspace.h" namespace Mantid { diff --git a/Code/Mantid/Framework/Algorithms/src/CheckWorkspacesMatch.cpp b/Code/Mantid/Framework/Algorithms/src/CheckWorkspacesMatch.cpp index b55b520a6f84493b406a7ccd15140710f1153377..fb47181372e2e4176df05a170dd5439b4edd26a5 100644 --- a/Code/Mantid/Framework/Algorithms/src/CheckWorkspacesMatch.cpp +++ b/Code/Mantid/Framework/Algorithms/src/CheckWorkspacesMatch.cpp @@ -7,6 +7,7 @@ #include "MantidAPI/IMDWorkspace.h" #include "MantidAPI/IMDEventWorkspace.h" #include "MantidAPI/IMDHistoWorkspace.h" +#include "MantidAPI/IPeaksWorkspace.h" #include "MantidAPI/WorkspaceGroup.h" #include "MantidAPI/NumericAxis.h" #include "MantidAPI/TableRow.h" diff --git a/Code/Mantid/Framework/Crystal/inc/MantidCrystal/FindSXPeaks.h b/Code/Mantid/Framework/Crystal/inc/MantidCrystal/FindSXPeaks.h index 29dc8ef3de624cb0078c80ba883d60682f6d95ff..5ab61ce0b15ae310e3a02d99687e3841e825e010 100644 --- a/Code/Mantid/Framework/Crystal/inc/MantidCrystal/FindSXPeaks.h +++ b/Code/Mantid/Framework/Crystal/inc/MantidCrystal/FindSXPeaks.h @@ -5,7 +5,7 @@ // Includes //---------------------------------------------------------------------- #include "MantidAPI/Algorithm.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include "MantidDataObjects/PeaksWorkspace.h" namespace Mantid { diff --git a/Code/Mantid/Framework/Crystal/inc/MantidCrystal/IndexSXPeaks.h b/Code/Mantid/Framework/Crystal/inc/MantidCrystal/IndexSXPeaks.h index c33f4cb95583aaee37182ca8cfb34b81a516efae..32ecfd639c47c71958c120bdced4074a5952dcff 100644 --- a/Code/Mantid/Framework/Crystal/inc/MantidCrystal/IndexSXPeaks.h +++ b/Code/Mantid/Framework/Crystal/inc/MantidCrystal/IndexSXPeaks.h @@ -6,7 +6,7 @@ //---------------------------------------------------------------------- #include "MantidAPI/Algorithm.h" #include <boost/tuple/tuple.hpp> -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include "MantidGeometry/Crystal/UnitCell.h" #include "MantidKernel/V3D.h" #include <set> diff --git a/Code/Mantid/Framework/Crystal/inc/MantidCrystal/PeakBackground.h b/Code/Mantid/Framework/Crystal/inc/MantidCrystal/PeakBackground.h index 168829fb768e9ec573b6c901dbc1a3d50fbaee54..c7b1643e1e3f0310fa8e9584502fe781dbc3d2d6 100644 --- a/Code/Mantid/Framework/Crystal/inc/MantidCrystal/PeakBackground.h +++ b/Code/Mantid/Framework/Crystal/inc/MantidCrystal/PeakBackground.h @@ -3,7 +3,7 @@ #include "MantidKernel/System.h" #include "MantidKernel/V3D.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include "MantidAPI/IMDIterator.h" #include "MantidAPI/IMDWorkspace.h" #include "MantidCrystal/HardThresholdBackground.h" diff --git a/Code/Mantid/Framework/Crystal/src/PeakBackground.cpp b/Code/Mantid/Framework/Crystal/src/PeakBackground.cpp index 1f3364fb9f42c3fb6c7564fa47263945908656b6..205380630e762c7b2199cc9a6499da3c4b5fcd61 100644 --- a/Code/Mantid/Framework/Crystal/src/PeakBackground.cpp +++ b/Code/Mantid/Framework/Crystal/src/PeakBackground.cpp @@ -1,4 +1,5 @@ #include "MantidCrystal/PeakBackground.h" +#include "MantidAPI/IPeaksWorkspace.h" #include "MantidGeometry/Crystal/IPeak.h" using namespace Mantid::API; diff --git a/Code/Mantid/Framework/CurveFitting/inc/MantidCurveFitting/LatticeDomainCreator.h b/Code/Mantid/Framework/CurveFitting/inc/MantidCurveFitting/LatticeDomainCreator.h index 290a8347fd0e6cd13fc79731ed575fc140879a71..0bb33de9b632b7b6250feef2576cb32b3607ac7d 100644 --- a/Code/Mantid/Framework/CurveFitting/inc/MantidCurveFitting/LatticeDomainCreator.h +++ b/Code/Mantid/Framework/CurveFitting/inc/MantidCurveFitting/LatticeDomainCreator.h @@ -4,7 +4,8 @@ #include "MantidKernel/System.h" #include "MantidAPI/IDomainCreator.h" #include "MantidAPI/Workspace.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" +#include "MantidAPI/ITableWorkspace_fwd.h" namespace Mantid { namespace CurveFitting { diff --git a/Code/Mantid/Framework/CurveFitting/src/LatticeDomainCreator.cpp b/Code/Mantid/Framework/CurveFitting/src/LatticeDomainCreator.cpp index 9c0d014e9a12b28ad065d54d136889e6cc2e3f88..1801cfac4fc593d30159a66ef3d1e69484568026 100644 --- a/Code/Mantid/Framework/CurveFitting/src/LatticeDomainCreator.cpp +++ b/Code/Mantid/Framework/CurveFitting/src/LatticeDomainCreator.cpp @@ -3,6 +3,7 @@ #include "MantidGeometry/Crystal/IPeak.h" #include "MantidAPI/ILatticeFunction.h" +#include "MantidAPI/IPeaksWorkspace.h" #include "MantidAPI/LatticeDomain.h" #include "MantidAPI/TableRow.h" #include "MantidAPI/WorkspaceFactory.h" diff --git a/Code/Mantid/MantidPlot/src/Mantid/MantidDock.h b/Code/Mantid/MantidPlot/src/Mantid/MantidDock.h index ac91bb0ac7e89a2a307c2af77573551dd3509510..7040844b33698736aab483ee6c3bfa4399d5a9e3 100644 --- a/Code/Mantid/MantidPlot/src/Mantid/MantidDock.h +++ b/Code/Mantid/MantidPlot/src/Mantid/MantidDock.h @@ -4,7 +4,7 @@ #include "MantidAPI/ExperimentInfo.h" #include "MantidAPI/IMDEventWorkspace_fwd.h" #include "MantidAPI/IMDWorkspace.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include "MantidAPI/ITableWorkspace.h" #include "MantidAPI/MatrixWorkspace.h" #include "MantidAPI/WorkspaceGroup.h" diff --git a/Code/Mantid/MantidPlot/src/Mantid/MantidUI.h b/Code/Mantid/MantidPlot/src/Mantid/MantidUI.h index 73d70f58bde40bf3fdaa40e60ee1e22d522b710a..417880dbb12b5814a6a0474bb541963d52c28ea2 100644 --- a/Code/Mantid/MantidPlot/src/Mantid/MantidUI.h +++ b/Code/Mantid/MantidPlot/src/Mantid/MantidUI.h @@ -13,7 +13,7 @@ #include "MantidAPI/AlgorithmManager.h" #include "MantidAPI/AlgorithmFactory.h" #include "MantidAPI/AnalysisDataService.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include "MantidAPI/MatrixWorkspace.h" #include "MantidAPI/Workspace.h" diff --git a/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/ConcretePeaksPresenter.h b/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/ConcretePeaksPresenter.h index 8abe438eaec156b485effdf37be1bdfabf617c3f..77f5ea93659f5c71c4f3dc1108767178e241560d 100644 --- a/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/ConcretePeaksPresenter.h +++ b/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/ConcretePeaksPresenter.h @@ -5,7 +5,7 @@ #include "MantidQtSliceViewer/PeaksPresenter.h" #include "MantidQtSliceViewer/PeakOverlayViewFactory.h" #include "MantidAPI/MDGeometry.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include "MantidKernel/SpecialCoordinateSystem.h" #include "MantidKernel/V3D.h" #include <vector> diff --git a/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeakOverlayMultiCrossFactory.h b/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeakOverlayMultiCrossFactory.h index 6beade764bf16741399a549c21c6904faa6850f5..ee36febe4db4ad0da61aab1431ac89a79203da94 100644 --- a/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeakOverlayMultiCrossFactory.h +++ b/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeakOverlayMultiCrossFactory.h @@ -2,7 +2,7 @@ #define MANTID_SLICEVIEWER_PEAKOVERLAYMULTICROSS_FACTORY_H_ #include "MantidQtSliceViewer/PeakOverlayViewFactoryBase.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include "MantidAPI/MDGeometry.h" #include <boost/shared_ptr.hpp> diff --git a/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeakOverlayMultiSphereFactory.h b/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeakOverlayMultiSphereFactory.h index 38cb3c3c3a91f9a114b7a16eb7b63acb6b987980..69c67b3458ba55a195cd7b705d636fa787a17669 100644 --- a/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeakOverlayMultiSphereFactory.h +++ b/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeakOverlayMultiSphereFactory.h @@ -2,7 +2,7 @@ #define MANTID_SLICEVIEWER_PEAKOVERLAYMULTISPHERE_FACTORY_H_ #include "MantidQtSliceViewer/PeakOverlayViewFactoryBase.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include <boost/shared_ptr.hpp> namespace MantidQt diff --git a/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeaksViewer.h b/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeaksViewer.h index 36e5099f75c2ab3bea03a987e8b14b5f0ebed4a1..e4964131f87b3fa502741b247a9508348c7c4699 100644 --- a/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeaksViewer.h +++ b/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeaksViewer.h @@ -6,7 +6,7 @@ #include <boost/shared_ptr.hpp> #include "MantidQtSliceViewer/PeaksPresenter.h" #include "MantidQtSliceViewer/UpdateableOnDemand.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include <boost/shared_ptr.hpp> namespace Mantid { diff --git a/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeaksWorkspaceWidget.h b/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeaksWorkspaceWidget.h index eb3e25bdd06feba9a131515887f73f8d623474fb..81aa1df5117e1919f1601a3be14cfffca6fc723c 100644 --- a/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeaksWorkspaceWidget.h +++ b/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeaksWorkspaceWidget.h @@ -3,7 +3,7 @@ #include <QtGui/QWidget> #include "DllOption.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include "ui_PeaksWorkspaceWidget.h" namespace MantidQt { diff --git a/Code/Mantid/Vates/ParaviewPlugins/ParaViewFilters/PeaksFilter/vtkPeaksFilter.h b/Code/Mantid/Vates/ParaviewPlugins/ParaViewFilters/PeaksFilter/vtkPeaksFilter.h index 96e23567bdeafa0ddddc6ca18fc357e76d3b45aa..0cfd85071d13afa370bd24172bddb8807bf95eeb 100644 --- a/Code/Mantid/Vates/ParaviewPlugins/ParaViewFilters/PeaksFilter/vtkPeaksFilter.h +++ b/Code/Mantid/Vates/ParaviewPlugins/ParaViewFilters/PeaksFilter/vtkPeaksFilter.h @@ -1,7 +1,7 @@ #ifndef _VTKPEAKSFILTER_h #define _VTKPEAKSFILTER_h #include "vtkUnstructuredGridAlgorithm.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include "MantidVatesAPI/MetadataJsonManager.h" #include "MantidVatesAPI/VatesConfigurations.h" #include <boost/scoped_ptr.hpp> diff --git a/Code/Mantid/Vates/ParaviewPlugins/ParaViewReaders/NexusPeaksReader/vtkNexusPeaksReader.h b/Code/Mantid/Vates/ParaviewPlugins/ParaViewReaders/NexusPeaksReader/vtkNexusPeaksReader.h index d4de3978c7f5513709114c065fd008b4fe911fc4..5a52932cb9a9eb1eca7d28adede9a042c94d1e69 100644 --- a/Code/Mantid/Vates/ParaviewPlugins/ParaViewReaders/NexusPeaksReader/vtkNexusPeaksReader.h +++ b/Code/Mantid/Vates/ParaviewPlugins/ParaViewReaders/NexusPeaksReader/vtkNexusPeaksReader.h @@ -1,7 +1,7 @@ #ifndef _vtkEventNexusReader_h #define _vtkEventNexusReader_h #include "MantidVatesAPI/vtkPolyDataAlgorithm_Silent.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" class vtkImplicitFunction; // cppcheck-suppress class_X_Y diff --git a/Code/Mantid/Vates/ParaviewPlugins/ParaViewReaders/PeaksReader/vtkPeaksReader.h b/Code/Mantid/Vates/ParaviewPlugins/ParaViewReaders/PeaksReader/vtkPeaksReader.h index a2ccc5786dc092aa44c7992a9d64efb87f380c71..4900dbab918dbec1ca1689d20d1805f70cce4717 100644 --- a/Code/Mantid/Vates/ParaviewPlugins/ParaViewReaders/PeaksReader/vtkPeaksReader.h +++ b/Code/Mantid/Vates/ParaviewPlugins/ParaViewReaders/PeaksReader/vtkPeaksReader.h @@ -1,7 +1,7 @@ #ifndef _vtkEventNexusReader_h #define _vtkEventNexusReader_h #include "MantidVatesAPI/vtkPolyDataAlgorithm_Silent.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" class vtkImplicitFunction; // cppcheck-suppress class_X_Y diff --git a/Code/Mantid/Vates/ParaviewPlugins/ParaViewSources/PeaksSource/vtkPeaksSource.h b/Code/Mantid/Vates/ParaviewPlugins/ParaViewSources/PeaksSource/vtkPeaksSource.h index cc1d092b73bbadfe78b753a441709b6df131fd55..db0c12376ec5538d5bc4b3f5372a80d614597224 100644 --- a/Code/Mantid/Vates/ParaviewPlugins/ParaViewSources/PeaksSource/vtkPeaksSource.h +++ b/Code/Mantid/Vates/ParaviewPlugins/ParaViewSources/PeaksSource/vtkPeaksSource.h @@ -1,7 +1,7 @@ #ifndef _vtkPeaksSource_h #define _vtkPeaksSource_h -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include "MantidVatesAPI/vtkPeakMarkerFactory.h" #include "MantidVatesAPI/vtkPolyDataAlgorithm_Silent.h" #include <string> diff --git a/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/CompositePeaksPresenterVsi.h b/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/CompositePeaksPresenterVsi.h index f00c463bb4c4757a2624d246e922ca53422d212f..4dc5739264ea387381087df850361aff24c1be07 100644 --- a/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/CompositePeaksPresenterVsi.h +++ b/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/CompositePeaksPresenterVsi.h @@ -4,7 +4,7 @@ #include "MantidKernel/System.h" #include "MantidVatesAPI/PeaksPresenterVsi.h" #include "MantidGeometry/Crystal/PeakTransform.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include "MantidVatesAPI/ViewFrustum.h" #include "MantidGeometry/Crystal/PeakShape.h" #include "MantidKernel/SpecialCoordinateSystem.h" diff --git a/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/ConcretePeaksPresenterVsi.h b/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/ConcretePeaksPresenterVsi.h index ef08ef5844b347e8340385d8f6994a998fb9f50d..b3174027e43092bac825a43db685c9a264b303d4 100644 --- a/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/ConcretePeaksPresenterVsi.h +++ b/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/ConcretePeaksPresenterVsi.h @@ -4,7 +4,7 @@ #include "MantidKernel/System.h" #include "MantidVatesAPI/PeaksPresenterVsi.h" #include "MantidGeometry/Crystal/PeakTransform.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include "MantidVatesAPI/ViewFrustum.h" #include "MantidGeometry/Crystal/PeakShape.h" #include "MantidKernel/SpecialCoordinateSystem.h" diff --git a/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/NullPeaksPresenterVsi.h b/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/NullPeaksPresenterVsi.h index 900dae7fd983792eaec7abfb57cdce4c4cbfb20a..7e85dab8ec81ca94828d37d634d6e4f379bd3797 100644 --- a/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/NullPeaksPresenterVsi.h +++ b/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/NullPeaksPresenterVsi.h @@ -3,7 +3,7 @@ #include "MantidKernel/System.h" #include "MantidVatesAPI/PeaksPresenterVsi.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include "MantidVatesAPI/ViewFrustum.h" #include "MantidKernel/SpecialCoordinateSystem.h" diff --git a/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/PeaksPresenterVsi.h b/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/PeaksPresenterVsi.h index 78eb1b79904582eebd4e61a0fea202927c9f3d87..fad1f81448c8cd58c403746f3094aa718cda05a3 100644 --- a/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/PeaksPresenterVsi.h +++ b/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/PeaksPresenterVsi.h @@ -2,7 +2,7 @@ #define MANTID_VATES_PEAKS_PRESENTER_VSI_H #include "MantidKernel/System.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include "MantidKernel/V3D.h" #include "MantidKernel/SpecialCoordinateSystem.h" #include "MantidVatesAPI/ViewFrustum.h" diff --git a/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/vtkDataSetToPeaksFilteredDataSet.h b/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/vtkDataSetToPeaksFilteredDataSet.h index 0c32a274f5e593fb22a6bb8feb003d83b30ae8e5..29182338b03d99165550bb4a292a6e6e5f4fd6b8 100644 --- a/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/vtkDataSetToPeaksFilteredDataSet.h +++ b/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/vtkDataSetToPeaksFilteredDataSet.h @@ -3,7 +3,7 @@ #include "MantidKernel/System.h" #include "MantidKernel/V3D.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include "MantidVatesAPI/ProgressAction.h" #include <string> diff --git a/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/vtkPeakMarkerFactory.h b/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/vtkPeakMarkerFactory.h index 6f7cba3bbc0917e41a132bcd0719a3b4ff546270..435d112fa6248d70957af51c43fd15ed0e332fdf 100644 --- a/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/vtkPeakMarkerFactory.h +++ b/Code/Mantid/Vates/VatesAPI/inc/MantidVatesAPI/vtkPeakMarkerFactory.h @@ -32,7 +32,7 @@ */ #include "MantidAPI/IMDWorkspace.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include "MantidVatesAPI/vtkDataSetFactory.h" class vtkPolyData; diff --git a/Code/Mantid/Vates/VatesSimpleGui/ViewWidgets/inc/MantidVatesSimpleGuiViewWidgets/PeaksTabWidget.h b/Code/Mantid/Vates/VatesSimpleGui/ViewWidgets/inc/MantidVatesSimpleGuiViewWidgets/PeaksTabWidget.h index 690f14bcde8959ae3d03833cbf06332caebbf323..c14c869f911966b7495f625b3900717d5b788a78 100644 --- a/Code/Mantid/Vates/VatesSimpleGui/ViewWidgets/inc/MantidVatesSimpleGuiViewWidgets/PeaksTabWidget.h +++ b/Code/Mantid/Vates/VatesSimpleGui/ViewWidgets/inc/MantidVatesSimpleGuiViewWidgets/PeaksTabWidget.h @@ -3,7 +3,7 @@ #include "ui_PeaksTabWidget.h" #include "MantidVatesSimpleGuiViewWidgets/WidgetDllOption.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include <QWidget> #include <QTabWidget> diff --git a/Code/Mantid/Vates/VatesSimpleGui/ViewWidgets/inc/MantidVatesSimpleGuiViewWidgets/PeaksWidget.h b/Code/Mantid/Vates/VatesSimpleGui/ViewWidgets/inc/MantidVatesSimpleGuiViewWidgets/PeaksWidget.h index 8ef83da96f4f509ff2a0bd45385b570f731326ed..ae7aee329f254bf0c1bb27f2e7390d123b9779f3 100644 --- a/Code/Mantid/Vates/VatesSimpleGui/ViewWidgets/inc/MantidVatesSimpleGuiViewWidgets/PeaksWidget.h +++ b/Code/Mantid/Vates/VatesSimpleGui/ViewWidgets/inc/MantidVatesSimpleGuiViewWidgets/PeaksWidget.h @@ -3,7 +3,7 @@ #include "ui_PeaksWidget.h" #include "MantidVatesSimpleGuiViewWidgets/WidgetDllOption.h" -#include "MantidAPI/IPeaksWorkspace.h" +#include "MantidAPI/IPeaksWorkspace_fwd.h" #include <QWidget> #include <string>