From d95aef81d69d9a7a795830ec32456da6a601124d Mon Sep 17 00:00:00 2001
From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org>
Date: Mon, 22 Oct 2007 07:28:17 +0000
Subject: [PATCH] includes innecessaires enleves

---
 Code/Projections/otbOrthoRectificationFilter.h                 | 1 +
 .../ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx  | 3 +--
 Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx  | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/Code/Projections/otbOrthoRectificationFilter.h b/Code/Projections/otbOrthoRectificationFilter.h
index 4b002e68f8..c0726f0e3a 100644
--- a/Code/Projections/otbOrthoRectificationFilter.h
+++ b/Code/Projections/otbOrthoRectificationFilter.h
@@ -23,6 +23,7 @@
 #include <stdio.h>
 
 #include "otbMapProjection.h"
+#include "otbInverseSensorModel.h"
 #include "otbStreamingResampleImageFilter.h"
 #include "otbCompositeTransform.h"
 #include "otbInverseSensorModel.h"
diff --git a/Examples/Radiometry/ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx b/Examples/Radiometry/ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx
index f6f2e7d738..cde2ccb09e 100755
--- a/Examples/Radiometry/ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx
+++ b/Examples/Radiometry/ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx
@@ -76,12 +76,11 @@
 //
 // Let's look at the minimal code required to use this algorithm. First, the following header 
 // defining the \doxygen{otb}{MultiChannelRAndBAndNIRVegetationIndexImageFilter} 
-// and the  \doxygen{otb}{VegetationIndex} (that contains the ARVI) classes must be included.
+// class must be included.
 // Software Guide : EndLatex 
 
 // Software Guide : BeginCodeSnippet
 #include "otbMultiChannelRAndBAndNIRVegetationIndexImageFilter.h"
-#include "otbVegetationIndex.h"
 // Software Guide : EndCodeSnippet
 
 
diff --git a/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx b/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx
index 48b52efda1..bfe4fca65d 100755
--- a/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx
+++ b/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx
@@ -52,12 +52,11 @@
 //
 // Let's look at the minimal code required to use this algorithm. First, the following header 
 // defining the \doxygen{otb}{RAndNIRVegetationIndexImageFilter} 
-// and the \doxygen{otb}{VegetationIndex} (that contains the ARVI) classes must be included.
+// class must be included.
 // Software Guide : EndLatex 
 
 // Software Guide : BeginCodeSnippet
 #include "otbRAndNIRVegetationIndexImageFilter.h"
-#include "otbVegetationIndex.h"
 // Software Guide : EndCodeSnippet
 
 
-- 
GitLab