From ea5c847c4159b72c2f022bce59faf7a7a52e0a33 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Wed, 12 Jan 2022 07:42:34 +0100 Subject: [PATCH] Remove stale #include --- src/opm/common/utility/shmatch.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/opm/common/utility/shmatch.cpp b/src/opm/common/utility/shmatch.cpp index 994679866..44d1dbf61 100644 --- a/src/opm/common/utility/shmatch.cpp +++ b/src/opm/common/utility/shmatch.cpp @@ -17,10 +17,10 @@ along with OPM. If not, see . */ -#include -#include #include +#include + bool Opm::shmatch(const std::string& pattern, const std::string& symbol) { // Shell patterns should implicitly be interpreted as anchored at beginning