Rename CollectionData.hpp to CollectionIterator.hpp

I also removed some of the unused include statements.
This commit is contained in:
Benoit Blanchon
2025-10-17 14:29:22 +02:00
parent 4a2568e3c8
commit 01de2f3fbb
7 changed files with 8 additions and 9 deletions

View File

@@ -1,6 +1,8 @@
#define ARDUINOJSON_ENABLE_ALIGNMENT 1
#include <ArduinoJson.h>
#include <ArduinoJson/Memory/Alignment.hpp>
#include <catch.hpp>
TEST_CASE("ARDUINOJSON_ENABLE_ALIGNMENT == 1") {