reduce <omp.h> dependencies

This commit is contained in:
Ingo Weyrich
2019-11-03 16:14:16 +01:00
parent e66ed090a7
commit ee6dd7d0d1
7 changed files with 0 additions and 26 deletions

View File

@@ -29,9 +29,6 @@
#include "rt_algo.h"
//#define BENCHMARK
#include "StopWatch.h"
#ifdef _OPENMP
#include <omp.h>
#endif
#include "opthelper.h"
#include "../rtgui/multilangmgr.h"

View File

@@ -23,9 +23,6 @@
#include <cstring>
#include <glib.h>
#include <glib/gstdio.h>
#ifdef _OPENMP
#include <omp.h>
#endif
#include "rt_math.h"

View File

@@ -19,10 +19,6 @@
#include <cmath>
#include <iostream>
#ifdef _OPENMP
#include <omp.h>
#endif
#include "rawimage.h"
#include "rawimagesource.h"

View File

@@ -18,10 +18,6 @@
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef _OPENMP
#include <omp.h>
#endif
#include "color.h"
#include "curves.h"
#include "guidedfilter.h"

View File

@@ -22,10 +22,6 @@
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef _OPENMP
#include <omp.h>
#endif
#include "array2D.h"
#include "gauss.h"
#include "labimage.h"

View File

@@ -18,10 +18,6 @@
*/
#include <array>
#ifdef _OPENMP
#include <omp.h>
#endif
#include "imagefloat.h"
#include "improcfun.h"

View File

@@ -28,10 +28,6 @@
#include "color.h"
#include "procparams.h"
#include "StopWatch.h"
#ifdef _OPENMP
#include <omp.h>
#endif
using namespace std;