From f62b6318ecf9c5cd06c53d58b6f2257d78e21dda Mon Sep 17 00:00:00 2001
From: Rashad Kanavath <rashad.kanavath@c-s.fr>
Date: Tue, 3 Feb 2015 13:31:34 +0100
Subject: [PATCH] ENH:try to limit the number of required OpenCV modules

---
 .../OpenCVAdapters/otbNeuralNetworkMachineLearningModel.h       | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Code/UtilitiesAdapters/OpenCVAdapters/otbNeuralNetworkMachineLearningModel.h b/Code/UtilitiesAdapters/OpenCVAdapters/otbNeuralNetworkMachineLearningModel.h
index ff90f6e1fe..159267f731 100644
--- a/Code/UtilitiesAdapters/OpenCVAdapters/otbNeuralNetworkMachineLearningModel.h
+++ b/Code/UtilitiesAdapters/OpenCVAdapters/otbNeuralNetworkMachineLearningModel.h
@@ -18,8 +18,6 @@
 #ifndef __otbNeuralNetworkMachineLearningModel_h
 #define __otbNeuralNetworkMachineLearningModel_h
 
-#include <opencv2/opencv.hpp>
-
 #include "itkLightObject.h"
 #include "itkFixedArray.h"
 #include "otbMachineLearningModel.h"
-- 
GitLab