From 1e1741ce63f5bfa238631007833b899594ebcaaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 19 Jan 2026 01:01:53 +0100 Subject: [PATCH] Delete unused includes --- test/vector_test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/vector_test.cpp b/test/vector_test.cpp index 834ba20..0a3026c 100644 --- a/test/vector_test.cpp +++ b/test/vector_test.cpp @@ -19,8 +19,6 @@ #include #include -#include -#include #include #include "check_equal_containers.hpp"