Skip to content
Snippets Groups Projects
Commit 790be07c authored by Cédric Traizet's avatar Cédric Traizet
Browse files

remove omp.h includes in DiapOTB

parent da66ad1f
No related branches found
No related tags found
1 merge request!23remove omp.h includes in DiapOTB
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <cmath> #include <cmath>
#include <algorithm> #include <algorithm>
#include <omp.h>
#if defined(USE_BOOST_TIME) #if defined(USE_BOOST_TIME)
using boost::posix_time::microseconds; using boost::posix_time::microseconds;
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <cmath> #include <cmath>
#include <algorithm> #include <algorithm>
#include <omp.h>
#if defined(USE_BOOST_TIME) #if defined(USE_BOOST_TIME)
using boost::posix_time::microseconds; using boost::posix_time::microseconds;
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <cmath> #include <cmath>
#include <algorithm> #include <algorithm>
#include <omp.h>
#if defined(USE_BOOST_TIME) #if defined(USE_BOOST_TIME)
using boost::posix_time::microseconds; using boost::posix_time::microseconds;
......
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
#include <cmath> #include <cmath>
#include <algorithm> #include <algorithm>
#include <omp.h>
namespace otb namespace otb
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
#include "itkImageRegionConstIterator.h" #include "itkImageRegionConstIterator.h"
#include "itkFFTWCommon.h" #include "itkFFTWCommon.h"
#include <omp.h>
namespace otb namespace otb
{ {
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <cmath> #include <cmath>
#include <algorithm> #include <algorithm>
#include <omp.h>
namespace otb namespace otb
{ {
......
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