Browse Source

remove includes

balbekova 6 years ago
parent
commit
4efbfc0ce8
2 changed files with 0 additions and 3 deletions
  1. 0 1
      modules/HTTP_Server/http_server.c
  2. 0 2
      modules/HTTP_Server/http_server.h

+ 0 - 1
modules/HTTP_Server/http_server.c

@@ -1,6 +1,5 @@
 #if defined HARDWARE_BT6706 || HARDWARE_BT6708
 
-#include "lwip/opt.h"
 #include "lwip/arch.h"
 #include "lwip/api.h"
 #include "lwip/tcp.h"

+ 0 - 2
modules/HTTP_Server/http_server.h

@@ -1,7 +1,5 @@
 #if defined HARDWARE_BT6706 || HARDWARE_BT6708
 
-#include "lwip/opt.h"
-#include "lwip/arch.h"
 #include "lwip/api.h"
 
 #include "mbedtls/ssl.h"