From 10e466426a6e2e8fad6afc96c9daf7cf979f34f4 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sun, 2 Aug 2015 09:20:21 +0200 Subject: [PATCH] Removed the wrong #include --- ArduinoJson.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ArduinoJson.cpp b/ArduinoJson.cpp index bcdba190..3040c986 100644 --- a/ArduinoJson.cpp +++ b/ArduinoJson.cpp @@ -9,7 +9,6 @@ // This file is here to help the Arduino IDE find the other files. #include "src/Arduino/Print.cpp" -#include "src/DynamicJsonBuffer.cpp" #include "src/Internals/IndentedPrint.cpp" #include "src/Internals/JsonParser.cpp" #include "src/Internals/List.cpp"