diff --git a/Applications/CartographicDBValidation/otbVectorDataDSValidation.cxx b/Applications/CartographicDBValidation/otbVectorDataDSValidation.cxx index 60c6f01e0c6b8ce56702326357a9b19cc4e1a8f1..4c29d7d5b5da68e87a3bdf1f9f58b5eb799932ad 100644 --- a/Applications/CartographicDBValidation/otbVectorDataDSValidation.cxx +++ b/Applications/CartographicDBValidation/otbVectorDataDSValidation.cxx @@ -22,7 +22,6 @@ #include "otbWrapperStringListParameter.h" - namespace otb { namespace Wrapper diff --git a/Applications/FeatureExtraction/otbDimensionalityReduction.cxx b/Applications/FeatureExtraction/otbDimensionalityReduction.cxx index e9202bf238bbd94401dbd7fecec67b2ddf3090f9..5b5db74cbd5a877bbce6da0bd93fc65734db0d64 100644 --- a/Applications/FeatureExtraction/otbDimensionalityReduction.cxx +++ b/Applications/FeatureExtraction/otbDimensionalityReduction.cxx @@ -19,7 +19,6 @@ #include "otbWrapperApplicationFactory.h" - #include "otbMaximumAutocorrelationFactorImageFilter.h" #include "otbNAPCAImageFilter.h" #include "otbLocalActivityVectorImageFilter.h" diff --git a/Code/BasicFilters/otbFastICAImageFilter.txx b/Code/BasicFilters/otbFastICAImageFilter.txx index 6fea7819383b2589070b8a24e40d850c928731c4..2a42c3c428822fdc26e378032e75fcbb65310370 100644 --- a/Code/BasicFilters/otbFastICAImageFilter.txx +++ b/Code/BasicFilters/otbFastICAImageFilter.txx @@ -21,7 +21,6 @@ #include "otbFastICAImageFilter.h" - #include "itkNumericTraits.h" #include "itkProgressReporter.h" diff --git a/Code/BasicFilters/otbLabelObjectOpeningMuParserFilter.h b/Code/BasicFilters/otbLabelObjectOpeningMuParserFilter.h index 50b76a53c6568f6c2e7ec694c1c232ce48e73b27..02def3f79dd552363cbcd3a5f72999a39344c80a 100644 --- a/Code/BasicFilters/otbLabelObjectOpeningMuParserFilter.h +++ b/Code/BasicFilters/otbLabelObjectOpeningMuParserFilter.h @@ -30,7 +30,6 @@ #include "itkArray.h" - #include "itkInPlaceLabelMapFilter.h" #include "itkLabelObjectAccessors.h" #include "itkProgressReporter.h" diff --git a/Code/BasicFilters/otbMaskMuParserFunctor.h b/Code/BasicFilters/otbMaskMuParserFunctor.h index f3a669dae90a7b6205f003fb7252985f12311a4e..2a26f5869b19da87cb90ed506d596d66ccb3474e 100644 --- a/Code/BasicFilters/otbMaskMuParserFunctor.h +++ b/Code/BasicFilters/otbMaskMuParserFunctor.h @@ -26,7 +26,6 @@ #include "otbMacro.h" - #include "otbBinarySpectralAngleFunctor.h" #include "muParserCallback.h" diff --git a/Code/BasicFilters/otbOBIAMuParserFunctor.h b/Code/BasicFilters/otbOBIAMuParserFunctor.h index c3c731fc0b67e08830c5f790da7e64d5a40f714a..10899db4c95f7048da75be080dc9009da7334bfb 100644 --- a/Code/BasicFilters/otbOBIAMuParserFunctor.h +++ b/Code/BasicFilters/otbOBIAMuParserFunctor.h @@ -27,7 +27,6 @@ - namespace otb { /** \class OBIAMuParserFunctor diff --git a/Code/IO/otbOpticalDefaultImageMetadataInterfaceFactory.cxx b/Code/IO/otbOpticalDefaultImageMetadataInterfaceFactory.cxx index f484b0030db975e1140133e8b8166af733c53332..02ed198b20e3862bd805fb990d17b10d404c2d15 100644 --- a/Code/IO/otbOpticalDefaultImageMetadataInterfaceFactory.cxx +++ b/Code/IO/otbOpticalDefaultImageMetadataInterfaceFactory.cxx @@ -17,7 +17,6 @@ =========================================================================*/ - #include "otbOpticalDefaultImageMetadataInterfaceFactory.h" #include "otbOpticalDefaultImageMetadataInterface.h" diff --git a/Code/IO/otbSarDefaultImageMetadataInterfaceFactory.cxx b/Code/IO/otbSarDefaultImageMetadataInterfaceFactory.cxx index 16b2fb747b166a9f388cb94946e382d9057d4a3e..2ff12e59f5c7a7d46c0395b1f3055bd0c878c91d 100644 --- a/Code/IO/otbSarDefaultImageMetadataInterfaceFactory.cxx +++ b/Code/IO/otbSarDefaultImageMetadataInterfaceFactory.cxx @@ -17,7 +17,6 @@ =========================================================================*/ - #include "otbSarDefaultImageMetadataInterfaceFactory.h" #include "otbSarDefaultImageMetadataInterface.h" diff --git a/Code/Learning/otbMachineLearningModelFactory.txx b/Code/Learning/otbMachineLearningModelFactory.txx index d358603d8c4811fd5ca7c9f51b4f107ca5b882fb..36372b8ab33e4521e71c9ae3e0bf03980b427be8 100644 --- a/Code/Learning/otbMachineLearningModelFactory.txx +++ b/Code/Learning/otbMachineLearningModelFactory.txx @@ -16,7 +16,7 @@ =========================================================================*/ #include "otbMachineLearningModelFactory.h" -#include "otbConfigure.h" +#include "otbConfigure.h" #ifdef OTB_USE_OPENCV #include "otbKNearestNeighborsMachineLearningModelFactory.h" diff --git a/Code/Learning/otbSVMModel.txx b/Code/Learning/otbSVMModel.txx index 93dec6a4e86c6be8641348e321bb2e1238b3e547..c90b1f06d837a04ced374bfff679b4c3eb05b8a5 100644 --- a/Code/Learning/otbSVMModel.txx +++ b/Code/Learning/otbSVMModel.txx @@ -20,7 +20,7 @@ #include "otbSVMModel.h" #include "otbMacro.h" -#include <algorithm> +#include <algorithm> namespace otb { diff --git a/Code/Simulation/otbReduceSpectralResponseClassifierRAndNIR.h b/Code/Simulation/otbReduceSpectralResponseClassifierRAndNIR.h index 1fa87ce13d76b3527a4ada1a65786e444e4f523d..57c29595a6d3ca10743ee357d879ce0f16c18b8b 100644 --- a/Code/Simulation/otbReduceSpectralResponseClassifierRAndNIR.h +++ b/Code/Simulation/otbReduceSpectralResponseClassifierRAndNIR.h @@ -19,7 +19,6 @@ #define __otbReduceSpectralResponseClassifierRAndNIR_h - #include "otbReduceSpectralResponse.h" #include "otbVegetationIndicesFunctor.h" diff --git a/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx b/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx index b13211e55aec818084354b17487da1bc50f794fd..f0134cf88a589efdf3681cd14ccdd0af8c269c0c 100644 --- a/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx +++ b/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx @@ -40,7 +40,6 @@ #include "otbWrapperStringListParameter.h" - #include "otbWrapperApplicationRegistry.h" #include "otbWrapperTypes.h" #include <itksys/RegularExpression.hxx> diff --git a/Code/Wrappers/QtWidget/otbWrapperQtWidgetProgressReport.h b/Code/Wrappers/QtWidget/otbWrapperQtWidgetProgressReport.h index e3d1b3319b0955a93d2e455dd5727f9fb840ae10..39a910893bd71491f2620d0d7b3b026f2f5fa806 100644 --- a/Code/Wrappers/QtWidget/otbWrapperQtWidgetProgressReport.h +++ b/Code/Wrappers/QtWidget/otbWrapperQtWidgetProgressReport.h @@ -24,7 +24,6 @@ #include "itkProcessObject.h" - namespace otb { namespace Wrapper diff --git a/Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx b/Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx index d80acf83be29e10c9335c2e4d58efc7d627733d2..bd2df95417119751f8f4dd2729bdfc8da1b43961 100644 --- a/Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx +++ b/Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx @@ -38,7 +38,6 @@ #include "otbFillGapsFilter.h" #include "otbDrawLineSpatialObjectListFilter.h" #include "itkRescaleIntensityImageFilter.h" - // Software Guide : EndCodeSnippet #include "otbImage.h"