From 9a25ccbbae228ea04cd8ee5ae09baa9a3b8e4ec6 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Mon, 4 Mar 2024 12:55:22 +0000 Subject: [PATCH] Removed duplicated include --- include/etl/list.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/etl/list.h b/include/etl/list.h index 07e51693..eefedf83 100644 --- a/include/etl/list.h +++ b/include/etl/list.h @@ -43,7 +43,6 @@ SOFTWARE. #include "type_traits.h" #include "algorithm.h" #include "memory.h" -#include "iterator.h" #include "static_assert.h" #include "parameter_type.h" #include "placement_new.h"