diff --git a/Testing/otbCublasStreamingStatisticsVectorImageFilter.cxx b/Testing/otbCublasStreamingStatisticsVectorImageFilter.cxx
index 1331e83ebacc69fb84d9d86a62f596bd0dbe75eb..730c58cb11ef2fbf46ab63fc1c1fef4c103e2d6e 100644
--- a/Testing/otbCublasStreamingStatisticsVectorImageFilter.cxx
+++ b/Testing/otbCublasStreamingStatisticsVectorImageFilter.cxx
@@ -15,9 +15,9 @@
   PURPOSE.  See the above copyright notices for more information.
 
 =========================================================================*/
-#include "itkExceptionObject.h"
-
 #include "otbCublasStreamingStatisticsVectorImageFilter.h"
+
+#include "itkExceptionObject.h"
 #include "otbImageFileReader.h"
 #include "otbVectorImage.h"
 #include <fstream>
diff --git a/Testing/otbEigenvalueLikelihoodMaximization.cxx b/Testing/otbEigenvalueLikelihoodMaximization.cxx
index 623116ac078d34ca5c845cb89a72cc0860565d01..08840bd176160aaa4600cb5c80366b583b0bb8bc 100644
--- a/Testing/otbEigenvalueLikelihoodMaximization.cxx
+++ b/Testing/otbEigenvalueLikelihoodMaximization.cxx
@@ -15,9 +15,10 @@
   PURPOSE.  See the above copyright notices for more information.
 
 =========================================================================*/
+#include "otbEigenvalueLikelihoodMaximisation.h"
+
 #include "otbVectorImage.h"
 #include "otbImageFileReader.h"
-#include "otbEigenvalueLikelihoodMaximisation.h"
 #include "otbStreamingStatisticsVectorImageFilter2.h"
 
 const unsigned int Dimension = 2;
diff --git a/Testing/otbMatrixMultiplyImageFilter.cxx b/Testing/otbMatrixMultiplyImageFilter.cxx
index 9b4fdd3fe9678d16f270bf95b62ad32f9c874e31..de9581d2b737e9e3b5a46095f510a8a69d97a903 100644
--- a/Testing/otbMatrixMultiplyImageFilter.cxx
+++ b/Testing/otbMatrixMultiplyImageFilter.cxx
@@ -15,11 +15,11 @@
   PURPOSE.  See the above copyright notices for more information.
 
 =========================================================================*/
+#include "otbMatrixMultiplyImageFilter.h"
+
 #include "otbVectorImage.h"
 #include "otbImageFileReader.h"
 #include "otbImageFileWriter.h"
-
-#include "otbMatrixMultiplyImageFilter.h"
 #include "otbVectorImageToMatrixImageFilter.h"
 
 const unsigned int Dimension = 2;
diff --git a/Testing/otbStreamingStatisticsVectorImageFilter.cxx b/Testing/otbStreamingStatisticsVectorImageFilter.cxx
index 2d29b7fc46adef730bde4b1a9042764135d4ed0f..8a0ea4f36d8693625f2601b052f0f4323673c81a 100644
--- a/Testing/otbStreamingStatisticsVectorImageFilter.cxx
+++ b/Testing/otbStreamingStatisticsVectorImageFilter.cxx
@@ -15,11 +15,12 @@
   PURPOSE.  See the above copyright notices for more information.
 
 =========================================================================*/
+#include "otbStreamingStatisticsVectorImageFilter.h"
+
 #include <fstream>
 
 #include "otbVectorImage.h"
 #include "otbImageFileReader.h"
-#include "otbStreamingStatisticsVectorImageFilter.h"
 #include "otbStreamingTraits.h"
 
 int otbStreamingStatisticsVectorImageFilterTest(int argc, char * argv[])
diff --git a/Testing/otbStreamingStatisticsVectorImageFilter2.cxx b/Testing/otbStreamingStatisticsVectorImageFilter2.cxx
index c56e0346ebbd3980b1e23298497dbf3aa7ad2cfc..f8acf03353e1143b74e23332cbf524978ac6b963 100644
--- a/Testing/otbStreamingStatisticsVectorImageFilter2.cxx
+++ b/Testing/otbStreamingStatisticsVectorImageFilter2.cxx
@@ -15,9 +15,8 @@
   PURPOSE.  See the above copyright notices for more information.
 
 =========================================================================*/
-#include "itkExceptionObject.h"
-
 #include "otbStreamingStatisticsVectorImageFilter2.h"
+#include "itkExceptionObject.h"
 #include "otbImageFileReader.h"
 #include "otbVectorImage.h"
 #include <fstream>
diff --git a/Testing/otbUnConstrainedLeastSquareImageFilter.cxx b/Testing/otbUnConstrainedLeastSquareImageFilter.cxx
index 7c6bc3cce932f0eed55fd0c5f93e9ae20f8a95b3..512c6b3a353ef2e31a8af0565022489986c81399 100644
--- a/Testing/otbUnConstrainedLeastSquareImageFilter.cxx
+++ b/Testing/otbUnConstrainedLeastSquareImageFilter.cxx
@@ -15,11 +15,10 @@
   PURPOSE.  See the above copyright notices for more information.
 
 =========================================================================*/
+#include "otbUnConstrainedLeastSquareImageFilter.h"
 #include "otbVectorImage.h"
 #include "otbImageFileReader.h"
 #include "otbImageFileWriter.h"
-
-#include "otbUnConstrainedLeastSquareImageFilter.h"
 #include "otbVectorImageToMatrixImageFilter.h"
 
 const unsigned int Dimension = 2;
diff --git a/Testing/otbVCAImageFilter.cxx b/Testing/otbVCAImageFilter.cxx
index 408571dfa604e9b34065bb4da4ff21a4202bd073..8cc417ee7ecd6fcdd5f7d6af536cee1e40fb8b72 100644
--- a/Testing/otbVCAImageFilter.cxx
+++ b/Testing/otbVCAImageFilter.cxx
@@ -15,12 +15,12 @@
   PURPOSE.  See the above copyright notices for more information.
 
 =========================================================================*/
+#include "otbVcaImageFilter.h"
+
 #include "otbVectorImage.h"
 #include "otbImageFileReader.h"
 #include "otbImageFileWriter.h"
 
-#include "otbVcaImageFilter.h"
-
 const unsigned int Dimension = 2;
 typedef double PixelType;
 typedef double PrecisionType;
diff --git a/Testing/otbVectorImageToMatrixImageFilter.cxx b/Testing/otbVectorImageToMatrixImageFilter.cxx
index 5498e48b55f9eac69969129ef99d5dbb7ffda508..667bb9415ec5130ad26b7b42829127a11c841ecd 100644
--- a/Testing/otbVectorImageToMatrixImageFilter.cxx
+++ b/Testing/otbVectorImageToMatrixImageFilter.cxx
@@ -15,9 +15,10 @@
   PURPOSE.  See the above copyright notices for more information.
 
 =========================================================================*/
+#include "otbVectorImageToMatrixImageFilter.h"
+
 #include "otbVectorImage.h"
 #include "itkImageRegionIteratorWithIndex.h"
-#include "otbVectorImageToMatrixImageFilter.h"
 
 const unsigned int Dimension = 2;
 typedef double PixelType;