From 1264a7e9c5ce30f43dedcf98ee4d43e2a073609f Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 8 Dec 2023 16:24:04 +0100 Subject: [PATCH] Remove no longer used include in `chrono/timespan.cpp` --- chrono/timespan.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/chrono/timespan.cpp b/chrono/timespan.cpp index 5c3ff72..c0843c2 100644 --- a/chrono/timespan.cpp +++ b/chrono/timespan.cpp @@ -11,7 +11,6 @@ #include #include #include -#include using namespace std;