Skip to content

Commit

Permalink
Replace IPeaks header inclusion with forward declaration.
Browse files Browse the repository at this point in the history
Here's a starter on this one. Re #4120.
  • Loading branch information
RussellTaylor committed Nov 14, 2011
1 parent a5ad146 commit c5609dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/Mantid/Framework/API/inc/MantidAPI/IPeaksWorkspace.h
Expand Up @@ -5,14 +5,15 @@
// Includes
//----------------------------------------------------------------------
#include "MantidAPI/ITableWorkspace.h"
#include "MantidAPI/IPeak.h"
#include "MantidAPI/ExperimentInfo.h"

namespace Mantid
{

namespace API
{
class IPeak;

//==========================================================================================
/** Interface to the class Mantid::DataObjects::PeaksWorkspace
Expand Down

0 comments on commit c5609dd

Please sign in to comment.