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,8 +6,8 @@
#pragma once
#include "ForwardDeclarations.hpp"
#include "JsonBuffer.hpp"
#include "JsonObject.hpp"
namespace ArduinoJson {
template <int CAPACITY>