From 0845ca7e5f73896e441f155ae7e512fac0d7d9ed Mon Sep 17 00:00:00 2001 From: Otmane Lahlou <otmane.lahlou@c-s.fr> Date: Fri, 15 Jan 2010 12:23:44 +0100 Subject: [PATCH] ENH : modify the include of the file Noise.h --- Code/IO/otbTerraSarImageMetadataInterface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/IO/otbTerraSarImageMetadataInterface.h b/Code/IO/otbTerraSarImageMetadataInterface.h index 3a4ca993c8..7559c6dd19 100644 --- a/Code/IO/otbTerraSarImageMetadataInterface.h +++ b/Code/IO/otbTerraSarImageMetadataInterface.h @@ -29,8 +29,8 @@ #include "otbMetaDataKey.h" #include "otbImageKeywordlist.h" #include "itkImageBase.h" -#include <ossim/otb/Noise.h> -#include <ossim/otb/IncidenceAngles.h> +#include <otb/Noise.h> +#include <otb/IncidenceAngles.h> #include <string> namespace otb -- GitLab