Skip to content
Snippets Groups Projects
Commit 2e08fa83 authored by Dimitar Tasev's avatar Dimitar Tasev
Browse files

Removed boost type traits from FileLoaderRegistry, Re #19919

parent 8d1cab78
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
#include "MantidAPI/AlgorithmFactory.h"
#include "MantidAPI/IFileLoader.h"
#include "MantidKernel/SingletonHolder.h"
#ifndef Q_MOC_RUN
#include <type_traits>
#endif
......@@ -14,12 +14,13 @@
#include <vector>
namespace Mantid {
// Forward declaration
namespace Kernel {
class Logger;
}
namespace API {
// Forward declaration
class IAlgorithm;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment