From 9c0d391bc14eda9dec0406e329890271800e26f0 Mon Sep 17 00:00:00 2001 From: Wu Jian Gang Date: Thu, 12 Apr 2018 11:38:52 +0800 Subject: [PATCH] fix(example): Fix compile issue --- components/nopoll/library/nopoll-regression-client.c | 1 - examples/websocket/main/websocket.c | 1 - 2 files changed, 2 deletions(-) diff --git a/components/nopoll/library/nopoll-regression-client.c b/components/nopoll/library/nopoll-regression-client.c index d5e7d1e2..f6ceca31 100644 --- a/components/nopoll/library/nopoll-regression-client.c +++ b/components/nopoll/library/nopoll-regression-client.c @@ -37,7 +37,6 @@ * info@aspl.es - http://www.aspl.es/nopoll */ #include -#include "ssl/ssl_compat-1.0.h" #include "esp_common.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" diff --git a/examples/websocket/main/websocket.c b/examples/websocket/main/websocket.c index 69f6197e..cc37acee 100644 --- a/examples/websocket/main/websocket.c +++ b/examples/websocket/main/websocket.c @@ -37,7 +37,6 @@ * info@aspl.es - http://www.aspl.es/nopoll */ #include -#include "ssl_compat-1.0.h" #include "esp_common.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h"