From 6fb244d97c43065e08bb09800ab5077857b65988 Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Tue, 17 Apr 2018 11:03:06 +0200 Subject: [PATCH] REFAC: remove some headers --- Modules/Wrappers/QGIS/src/otbQgisDescriptor.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Modules/Wrappers/QGIS/src/otbQgisDescriptor.cxx b/Modules/Wrappers/QGIS/src/otbQgisDescriptor.cxx index 32a82a5cc4..4349a77e2d 100644 --- a/Modules/Wrappers/QGIS/src/otbQgisDescriptor.cxx +++ b/Modules/Wrappers/QGIS/src/otbQgisDescriptor.cxx @@ -22,11 +22,7 @@ #include "otbWrapperListViewParameter.h" #include "otbWrapperBoolParameter.h" #include "otbWrapperApplicationRegistry.h" -#include "otbWrapperTypes.h" -#include "otbWrapperApplication.h" -#include <vector> -#include <string> #include <iostream> #include <cassert> #include <fstream> -- GitLab