From 53d30cb05751da73fef600a749f5a88086e31c2d Mon Sep 17 00:00:00 2001 From: Owen Arnold Date: Tue, 10 Feb 2015 08:58:12 +0000 Subject: [PATCH] refs #10904. Fix bad include. --- Code/Mantid/Framework/API/test/MockObjects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/API/test/MockObjects.h b/Code/Mantid/Framework/API/test/MockObjects.h index 63509d04079e..a87670dc88ec 100644 --- a/Code/Mantid/Framework/API/test/MockObjects.h +++ b/Code/Mantid/Framework/API/test/MockObjects.h @@ -10,8 +10,8 @@ #include "MantidAPI/PeakTransform.h" #include "MantidAPI/PeakTransformFactory.h" -#include "MantidAPI/PeaksWorkspace.h" #include "MantidAPI/IPeak.h" +#include "MantidKernel/SpecialCoordinateSystem.h" #include #include