Cleaning up...

This commit is contained in:
Benoit Blanchon
2014-10-31 12:16:32 +01:00
parent 5443e90baf
commit ca0fbf00f9
12 changed files with 2 additions and 46 deletions

View File

@ -1,12 +0,0 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once
#include <ArduinoJson/ForwardDeclarations.hpp>
#include <ostream>
std::ostream& operator<<(std::ostream& os, const ArduinoJson::JsonValue& v);