From dd9aa7761ea3694136dab4d685562383b16a3eb2 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Thu, 24 Dec 2020 12:32:46 +0000 Subject: [PATCH] Added etl::multi_loop --- test/test_multi_loop.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_multi_loop.cpp b/test/test_multi_loop.cpp index abf4222b..b6c5f231 100644 --- a/test/test_multi_loop.cpp +++ b/test/test_multi_loop.cpp @@ -5,7 +5,7 @@ Embedded Template Library. https://github.com/ETLCPP/etl https://www.etlcpp.com -Copyright(c) 2014 jwellbelove +Copyright(c) 2020 jwellbelove Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal @@ -31,7 +31,6 @@ SOFTWARE. #include "etl/multi_loop.h" #include -#include #include #include #include