From e04cd2aa8c025c1df4fe02389f18d161f8135c95 Mon Sep 17 00:00:00 2001 From: Ryzee119 Date: Sat, 10 Apr 2021 10:20:23 +0930 Subject: [PATCH] samples: Remove unneeded input header --- samples/httpd/main.c | 1 - samples/httpd_bsd/main.c | 1 - 2 files changed, 2 deletions(-) diff --git a/samples/httpd/main.c b/samples/httpd/main.c index 279127541..c471289bb 100644 --- a/samples/httpd/main.c +++ b/samples/httpd/main.c @@ -7,7 +7,6 @@ #include "lwip/timeouts.h" #include "netif/etharp.h" #include "pktdrv.h" -#include #include #include #include diff --git a/samples/httpd_bsd/main.c b/samples/httpd_bsd/main.c index 8c71bbe49..e4dedd16d 100644 --- a/samples/httpd_bsd/main.c +++ b/samples/httpd_bsd/main.c @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include