forked from bblanchon/ArduinoJson
Removed ForwardDeclarations.hpp
This commit is contained in:
@ -6,9 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Internals/JsonObjectNode.hpp"
|
||||
#include "Internals/ReferenceType.hpp"
|
||||
#include "JsonArray.hpp"
|
||||
#include "JsonObjectConstIterator.hpp"
|
||||
#include "JsonObjectIterator.hpp"
|
||||
#include "JsonPrintable.hpp"
|
||||
@ -19,6 +17,9 @@
|
||||
|
||||
namespace ArduinoJson {
|
||||
|
||||
class JsonArray;
|
||||
class JsonBuffer;
|
||||
|
||||
class JsonObject : public JsonPrintable, public Internals::ReferenceType {
|
||||
friend class JsonBuffer;
|
||||
|
||||
|
Reference in New Issue
Block a user