diff --git a/esp8266/modesp.c b/esp8266/modesp.c
index 94129812bf4ba4ade824f7e3c6b2de2b82b19934..0a36cc1be437ea248d35f28977f02d424c5b3030 100644
--- a/esp8266/modesp.c
+++ b/esp8266/modesp.c
@@ -37,7 +37,6 @@
 #include "queue.h"
 #include "user_interface.h"
 #include "espconn.h"
-#include "ip_addr.h"
 #include "spi_flash.h"
 #include "utils.h"
 
diff --git a/esp8266/modnetwork.c b/esp8266/modnetwork.c
index 7631b9179d051f0b026ad9b89a8e9d56155cc5db..4aa252cf563ecda707c065ba919997cb8fee8cd8 100644
--- a/esp8266/modnetwork.c
+++ b/esp8266/modnetwork.c
@@ -36,7 +36,6 @@
 #include "queue.h"
 #include "user_interface.h"
 #include "espconn.h"
-#include "ip_addr.h"
 #include "spi_flash.h"
 #include "utils.h"