1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

Merge pull request #1186 from alltheblinkythings/for-upstream

Remove double include of cbuf.h.
This commit is contained in:
Ivan Grokhotkov 2015-12-10 11:52:58 +03:00
commit 33bc6f889e

View File

@ -29,7 +29,6 @@ extern "C"
}
#include <errno.h>
#include "debug.h"
#include "cbuf.h"
#include "ESP8266WiFi.h"
#include "WiFiClientSecure.h"
#include "WiFiClient.h"