From 6d6a26aea048a718a8e48865ed540eea421cfb76 Mon Sep 17 00:00:00 2001 From: Juppit Date: Tue, 15 Sep 2015 23:46:15 +0200 Subject: [PATCH] Remove unused include time.h from ssl.h This include is not used by ssl.h but can be annoying. If there is need for time.h it should be located in the esp8266 tree. --- libraries/ESP8266WiFi/src/include/ssl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/ESP8266WiFi/src/include/ssl.h b/libraries/ESP8266WiFi/src/include/ssl.h index 60e4d7e62..82cc84914 100644 --- a/libraries/ESP8266WiFi/src/include/ssl.h +++ b/libraries/ESP8266WiFi/src/include/ssl.h @@ -67,8 +67,6 @@ extern "C" { #endif -#include - /* need to predefine before ssl_lib.h gets to it */ #define SSL_SESSION_ID_SIZE 32