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"