Moved forward declarations in a single .hpp file

This commit is contained in:
Benoit Blanchon
2014-10-24 16:29:51 +02:00
parent bbef8931a6
commit 68fb03577c
13 changed files with 41 additions and 34 deletions

View File

@@ -6,13 +6,11 @@
#pragma once
#include "../ForwardDeclarations.hpp"
#include "JsonNode.hpp"
namespace ArduinoJson {
class JsonBuffer;
namespace Internals {
class JsonNode;
class JsonParser {
public: