From e65fc3cdbf55317224d86cd0853c7746ef9226c8 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Wed, 10 May 2023 18:42:52 +0200
Subject: [PATCH] rm include, fwd decl

---
 Device/IO/IOFactory.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Device/IO/IOFactory.h b/Device/IO/IOFactory.h
index d6bfe565e13..a000280f750 100644
--- a/Device/IO/IOFactory.h
+++ b/Device/IO/IOFactory.h
@@ -15,11 +15,9 @@
 #ifndef BORNAGAIN_DEVICE_IO_IOFACTORY_H
 #define BORNAGAIN_DEVICE_IO_IOFACTORY_H
 
-#include <functional>
 #include <string>
 
 class Datafield;
-class SimulationResult;
 
 namespace IOFactory {
 
-- 
GitLab