diff --git a/include/otbSARDerampImageFilter.txx b/include/otbSARDerampImageFilter.txx index de399193ae6c1ecdb5ef15c41d711762ebaca511..7b12149b7b3a3a5370706f5c762a287199382439 100644 --- a/include/otbSARDerampImageFilter.txx +++ b/include/otbSARDerampImageFilter.txx @@ -32,7 +32,6 @@ #include <cmath> #include <algorithm> -#include <omp.h> #if defined(USE_BOOST_TIME) using boost::posix_time::microseconds; diff --git a/include/otbSARDopplerCentroidFreqImageFilter.txx b/include/otbSARDopplerCentroidFreqImageFilter.txx index 1c5184faf76f7ef5e5394d356ae6e2b8c817ac8b..175dca1fc2546c4bf5e15261c140b3a1e05406a4 100644 --- a/include/otbSARDopplerCentroidFreqImageFilter.txx +++ b/include/otbSARDopplerCentroidFreqImageFilter.txx @@ -32,7 +32,6 @@ #include <cmath> #include <algorithm> -#include <omp.h> #if defined(USE_BOOST_TIME) using boost::posix_time::microseconds; diff --git a/include/otbSARESDOffsetsImageFilter.txx b/include/otbSARESDOffsetsImageFilter.txx index fc47727cb249bfb0b4b64ec99884a04e85c611d3..2cfdd78c5c0240cbd566bbfc0977afe3b179d5ec 100644 --- a/include/otbSARESDOffsetsImageFilter.txx +++ b/include/otbSARESDOffsetsImageFilter.txx @@ -32,7 +32,6 @@ #include <cmath> #include <algorithm> -#include <omp.h> #if defined(USE_BOOST_TIME) using boost::posix_time::microseconds; diff --git a/include/otbSARInterferogramImageFilter.txx b/include/otbSARInterferogramImageFilter.txx index 4159ac510db81d2a3505b15577cde16420406ada..67b9691c6ea84b679630bb4ba9867ef659f3af67 100644 --- a/include/otbSARInterferogramImageFilter.txx +++ b/include/otbSARInterferogramImageFilter.txx @@ -33,7 +33,6 @@ #include <cmath> #include <algorithm> -#include <omp.h> namespace otb diff --git a/include/otbSARTilesCoregistrationFunctor.h b/include/otbSARTilesCoregistrationFunctor.h index e13ec5dc7abe9359513bf88ed7707b38b106b362..e5e179bae049b40d832cccc72470200d2582892e 100644 --- a/include/otbSARTilesCoregistrationFunctor.h +++ b/include/otbSARTilesCoregistrationFunctor.h @@ -35,7 +35,6 @@ #include "itkImageRegionConstIterator.h" #include "itkFFTWCommon.h" -#include <omp.h> namespace otb { diff --git a/include/otbSARTopographicPhaseImageFilter.txx b/include/otbSARTopographicPhaseImageFilter.txx index d016286d44a6cf560899379de740af6e9f0c22b0..66454226a2785de4cb2e132e8ca4043740d6cade 100644 --- a/include/otbSARTopographicPhaseImageFilter.txx +++ b/include/otbSARTopographicPhaseImageFilter.txx @@ -32,7 +32,6 @@ #include <cmath> #include <algorithm> -#include <omp.h> namespace otb {