From edcce32f2492c47179740076f2a308c3e328465e 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 2d53a9b3..5c7186da 100644 --- a/simgear/io/HTTPRepository.cxx +++ b/simgear/io/HTTPRepository.cxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include