Further reduction of include dependencies
This commit is contained in:
@@ -18,9 +18,13 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "LUT.h"
|
||||
#include "noncopyable.h"
|
||||
|
||||
template<typename T>
|
||||
class LUT;
|
||||
|
||||
using LUTf = LUT<float>;
|
||||
|
||||
namespace rtengine
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user