From 620e09223cab1cf0536504dc8ac45964f67e6b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 19 Jan 2026 01:17:00 +0100 Subject: [PATCH] Remove unneeded includes --- test/vector_test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/vector_test.cpp b/test/vector_test.cpp index 729d525..73e6fa9 100644 --- a/test/vector_test.cpp +++ b/test/vector_test.cpp @@ -21,11 +21,9 @@ #include #include -#include "check_equal_containers.hpp" #include "movable_int.hpp" #include "expand_bwd_test_allocator.hpp" #include "expand_bwd_test_template.hpp" -#include "dummy_test_allocator.hpp" #include "propagate_allocator_test.hpp" #include "vector_test.hpp" #include "default_init_test.hpp"