From ac7e77bedbe1c561764e932e058d47e3da830770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20H=C3=A6gland?= Date: Mon, 9 Dec 2024 13:20:18 +0100 Subject: [PATCH] Remove duplicate headers --- opm/simulators/flow/Main.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/opm/simulators/flow/Main.cpp b/opm/simulators/flow/Main.cpp index 9ed9ccd0d..a90aacd78 100644 --- a/opm/simulators/flow/Main.cpp +++ b/opm/simulators/flow/Main.cpp @@ -45,16 +45,11 @@ #endif #include +// NOTE: There is no C++ header replacement for these C posix headers (as of C++17) #include // for open() #include // for dup2(), close() #include -#include // for open() -#include // for dup2(), close() - -#include -#include // for open() -#include // for dup2(), close() namespace Opm {