reduce <omp.h> dependencies
This commit is contained in:
@@ -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"
|
||||
|
||||
|
@@ -23,9 +23,6 @@
|
||||
#include <cstring>
|
||||
#include <glib.h>
|
||||
#include <glib/gstdio.h>
|
||||
#ifdef _OPENMP
|
||||
#include <omp.h>
|
||||
#endif
|
||||
|
||||
#include "rt_math.h"
|
||||
|
||||
|
@@ -19,10 +19,6 @@
|
||||
#include <cmath>
|
||||
#include <iostream>
|
||||
|
||||
#ifdef _OPENMP
|
||||
#include <omp.h>
|
||||
#endif
|
||||
|
||||
#include "rawimage.h"
|
||||
#include "rawimagesource.h"
|
||||
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -18,10 +18,6 @@
|
||||
*/
|
||||
#include <array>
|
||||
|
||||
#ifdef _OPENMP
|
||||
#include <omp.h>
|
||||
#endif
|
||||
|
||||
#include "imagefloat.h"
|
||||
#include "improcfun.h"
|
||||
|
||||
|
@@ -28,10 +28,6 @@
|
||||
#include "color.h"
|
||||
#include "procparams.h"
|
||||
#include "StopWatch.h"
|
||||
#ifdef _OPENMP
|
||||
#include <omp.h>
|
||||
#endif
|
||||
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
Reference in New Issue
Block a user