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

@@ -7,7 +7,6 @@
#pragma once
#include "JsonValue.hpp"
#include "Internals/JsonObjectNode.hpp"
namespace ArduinoJson {
@@ -17,4 +16,4 @@ struct JsonPair {
const char* key;
JsonValue value;
};
}
}