Removed ForwardDeclarations.hpp

This commit is contained in:
Benoit Blanchon
2014-10-31 12:27:33 +01:00
parent ca0fbf00f9
commit d35b680481
8 changed files with 29 additions and 32 deletions

View File

@ -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;