Further cleanup of include dependencies

This commit is contained in:
Ingo Weyrich
2019-10-30 16:38:02 +01:00
parent 1d51016bdd
commit ba8dda1836
50 changed files with 44 additions and 48 deletions

View File

@@ -42,6 +42,7 @@
#include "rt_math.h"
#include "rtengine.h"
#include "sleef.c"
#include "../rtgui/options.h"
#ifdef _OPENMP
#include <omp.h>
@@ -56,7 +57,6 @@
#define epsilon 0.001f/(TS*TS) //tolerance
namespace rtengine
{