From e85e52e11f3fd8333782b7af9f3fca67785ed3d8 Mon Sep 17 00:00:00 2001 From: RobotMan2412 Date: Thu, 9 Jun 2022 08:50:15 +0200 Subject: [PATCH] Remove errant includes. --- main/wifi_connect.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/wifi_connect.c b/main/wifi_connect.c index 29c20ed..b40d41c 100644 --- a/main/wifi_connect.c +++ b/main/wifi_connect.c @@ -10,8 +10,6 @@ #include #include #include "pax_gfx.h" -#include "system_wrapper.h" -#include "settings.h" #include "wifi_connection.h" static const char *TAG = "wifi_connect";