From 5d88f4cc0aa8e168e7756a63c0d0a537a344d202 Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Mon, 3 Dec 2007 09:38:14 +0000
Subject: [PATCH] Suppression d'en-tete inutiles

---
 Examples/Projections/OrthoRectificationExample.cxx | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/Examples/Projections/OrthoRectificationExample.cxx b/Examples/Projections/OrthoRectificationExample.cxx
index e0d98e578a..2655557455 100644
--- a/Examples/Projections/OrthoRectificationExample.cxx
+++ b/Examples/Projections/OrthoRectificationExample.cxx
@@ -29,16 +29,7 @@
 #include "otbMacro.h"
 #include "otbImage.h"
 #include "otbImageFileReader.h"
-#include "otbImageFileWriter.h"
 #include "otbStreamingImageFileWriter.h"
-#include "otbStreamingResampleImageFilter.h"
-
-#include "itkExceptionObject.h"
-#include "itkExtractImageFilter.h"
-#include "itkResampleImageFilter.h"
-#include "itkRescaleIntensityImageFilter.h"
-#include "itkImageRegionIteratorWithIndex.h"
-#include "itkLinearInterpolateImageFunction.h"
 
 #include "itkChangeInformationImageFilter.h"
 
-- 
GitLab