From b4e7d817e5015f1735b69f3aab886a022f22df87 Mon Sep 17 00:00:00 2001 From: Jonathan Guinet <jonathan.guinet@c-s.fr> Date: Mon, 21 Oct 2013 11:30:57 +0200 Subject: [PATCH] STYLE: remove useless include and typedef in LSMS small region merging application. JIRA #OTB-567 --- Applications/Segmentation/otbLSMSSmallRegionsMerging.cxx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Applications/Segmentation/otbLSMSSmallRegionsMerging.cxx b/Applications/Segmentation/otbLSMSSmallRegionsMerging.cxx index 50c903aa0f..d3ae79f6ea 100644 --- a/Applications/Segmentation/otbLSMSSmallRegionsMerging.cxx +++ b/Applications/Segmentation/otbLSMSSmallRegionsMerging.cxx @@ -15,10 +15,6 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#include "otbImage.h" -#include "otbVectorImage.h" -#include "otbImageFileReader.h" -#include "otbImageFileWriter.h" #include "otbMultiChannelExtractROI.h" #include "otbExtractROI.h" @@ -55,11 +51,6 @@ public: typedef ImageType::InternalPixelType ImagePixelType; typedef UInt32ImageType LabelImageType; typedef LabelImageType::InternalPixelType LabelImagePixelType; - - typedef otb::ImageFileReader<ImageType> ImageReaderType; - - typedef otb::ImageFileReader<LabelImageType> LabelImageReaderType; - typedef otb::ImageFileWriter<LabelImageType> LabelImageWriterType; typedef otb::MultiChannelExtractROI <ImagePixelType,ImagePixelType > MultiChannelExtractROIFilterType; typedef otb::ExtractROI<LabelImagePixelType,LabelImagePixelType> ExtractROIFilterType; -- GitLab