From 4ef250624922582473312edcf7bdc94f37c9cf75 Mon Sep 17 00:00:00 2001 From: Paul Dreik Date: Sun, 26 Jan 2025 07:53:03 +0100 Subject: [PATCH] drop unused include --- rdfind.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/rdfind.cc b/rdfind.cc index 84e3f68..bd91770 100644 --- a/rdfind.cc +++ b/rdfind.cc @@ -10,7 +10,6 @@ static_assert(__cplusplus >= 201703L, "this code requires a C++17 capable compiler!"); // std -#include #include #include #include