Now use #pragma once

This commit is contained in:
Benoît Blanchon
2014-07-03 13:58:08 +02:00
parent bae5c36f41
commit 78a920a5fc
11 changed files with 54 additions and 50 deletions

View File

@ -1,7 +1,7 @@
/*
* malloc-free JSON parser for Arduino
* Benoit Blanchon 2014 - MIT License
*/
/*
* Arduino JSON library
* Benoit Blanchon 2014 - MIT License
*/
#include "JsonArray.h"
#include "JsonHashTable.h"