diff --git a/Code/Mantid/API/inc/MantidAPI/LoadAlgorithmFactory.h b/Code/Mantid/API/inc/MantidAPI/LoadAlgorithmFactory.h index c6128ee76515547b6e08bd7aba8f339ae436db94..fe85d7d1f77593fc018458fa3f9c001b919b2631 100644 --- a/Code/Mantid/API/inc/MantidAPI/LoadAlgorithmFactory.h +++ b/Code/Mantid/API/inc/MantidAPI/LoadAlgorithmFactory.h @@ -23,24 +23,11 @@ #include "MantidKernel/DynamicFactory.h" #include "MantidKernel/SingletonHolder.h" #include "MantidAPI/IDataFileChecker.h" + namespace Mantid { -//---------------------------------------------------------------------- -// Forward declaration -//---------------------------------------------------------------------- -namespace kernel -{ - class Logger; -} - namespace API { - -//---------------------------------------------------------------------- -// Forward declaration -//---------------------------------------------------------------------- - - /** Creates instances of concrete DataFileLoder. The factory is a singleton that hands out shared pointers to the base DataFileLoder class. It overrides the base class DynamicFactory::create method so that only a single @@ -50,7 +37,7 @@ namespace API @author Sofia Antony @date 23/11/2010 - Copyright © 2008 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory + Copyright © 2010 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory This file is part of Mantid. diff --git a/Code/Mantid/API/src/LoadAlgorithmFactory.cpp b/Code/Mantid/API/src/LoadAlgorithmFactory.cpp index d36e507bd27cdc35d2623330135904d1202da182..76ff99e42d731da2ee8ad6d0752b0d75c639e334 100644 --- a/Code/Mantid/API/src/LoadAlgorithmFactory.cpp +++ b/Code/Mantid/API/src/LoadAlgorithmFactory.cpp @@ -27,4 +27,4 @@ namespace Mantid } } -} \ No newline at end of file +}