From 368cbcb377c106047849e0004ae6fcf66986599f Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 19 Feb 2021 17:14:43 +0000 Subject: [PATCH] Remove stray include of std::filesystem --- simgear/io/HTTPRepository.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/simgear/io/HTTPRepository.cxx b/simgear/io/HTTPRepository.cxx index 4bd909ce..17622312 100644 --- a/simgear/io/HTTPRepository.cxx +++ b/simgear/io/HTTPRepository.cxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include