mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Moved forward declarations in a single .hpp file
This commit is contained in:
@@ -6,13 +6,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../ForwardDeclarations.hpp"
|
||||
#include "JsonNode.hpp"
|
||||
|
||||
namespace ArduinoJson {
|
||||
class JsonBuffer;
|
||||
|
||||
namespace Internals {
|
||||
class JsonNode;
|
||||
|
||||
class JsonParser {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user