Renamed folder include/ to src/ (issue #461)

This commit is contained in:
Benoit Blanchon
2017-04-20 10:04:40 +02:00
parent df541a2a22
commit 024976cda2
85 changed files with 8 additions and 9 deletions

View File

@ -39,6 +39,6 @@ process()
cd $(dirname $0)/../
INCLUDED=()
process include/ArduinoJson.h true > ../ArduinoJson-$TAG.h
process src/ArduinoJson.h true > ../ArduinoJson-$TAG.h
INCLUDED=()
process include/ArduinoJson.hpp true > ../ArduinoJson-$TAG.hpp
process src/ArduinoJson.hpp true > ../ArduinoJson-$TAG.hpp