From 27654f3d03e1e86eda1e1c7b66f6c74fb4968b05 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Tue, 6 Jul 2021 13:20:16 +0200 Subject: [PATCH] rm unused --- Core/Computation/DWBASingleComputation.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Core/Computation/DWBASingleComputation.h b/Core/Computation/DWBASingleComputation.h index df36330adae..f1992d7b785 100644 --- a/Core/Computation/DWBASingleComputation.h +++ b/Core/Computation/DWBASingleComputation.h @@ -20,11 +20,9 @@ #ifndef BORNAGAIN_CORE_COMPUTATION_DWBASINGLECOMPUTATION_H #define BORNAGAIN_CORE_COMPUTATION_DWBASINGLECOMPUTATION_H -#include <map> #include <memory> #include <vector> -struct HomogeneousRegion; class DelayedProgressCounter; class GISASSpecularComputation; class IFresnelMap; -- GitLab