From f61c59099d1639c490221be9de14b5fce3fc126a Mon Sep 17 00:00:00 2001 From: Steven Hahn <hahnse@ornl.gov> Date: Fri, 16 Jun 2017 14:00:01 +0100 Subject: [PATCH] Remove additional headers. --- Framework/Kernel/inc/MantidKernel/IPropertyManager.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Framework/Kernel/inc/MantidKernel/IPropertyManager.h b/Framework/Kernel/inc/MantidKernel/IPropertyManager.h index 9d9809ce0d5..f5607a32929 100644 --- a/Framework/Kernel/inc/MantidKernel/IPropertyManager.h +++ b/Framework/Kernel/inc/MantidKernel/IPropertyManager.h @@ -6,14 +6,12 @@ #include "MantidKernel/DllConfig.h" #include "MantidKernel/IValidator.h" #include "MantidKernel/NullValidator.h" -#include "MantidKernel/Property.h" #ifndef Q_MOC_RUN #include <boost/make_shared.hpp> #include <boost/type_traits.hpp> #endif -#include <cstdint> #include <memory> #include <stdexcept> #include <string> @@ -32,6 +30,7 @@ class DataItem; class DateAndTime; class IPropertySettings; class OptionalBool; +class Property; class PropertyManager; class SplittingInterval; template <typename T> class TimeSeriesProperty; -- GitLab