From 3aa1e1a63d6198c29d998f0a42a3ffac9789aef7 Mon Sep 17 00:00:00 2001 From: Alessio Molinari Date: Fri, 5 Dec 2025 12:21:04 +0100 Subject: [PATCH] chore: remove unused header --- day5/src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/day5/src/main.cpp b/day5/src/main.cpp index 18c232c..ecd25d5 100644 --- a/day5/src/main.cpp +++ b/day5/src/main.cpp @@ -4,7 +4,6 @@ #include #include #include -#include #include typedef std::vector> IngredientRanges;