1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-01 23:25:09 +02:00

debloat includes

This commit is contained in:
p2r3
2025-08-29 06:21:11 +03:00
parent 728d49f7b6
commit 99a09dc59f
11 changed files with 1 additions and 15 deletions

View File

@@ -1,7 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <fcntl.h>
#include <errno.h>
@@ -15,13 +13,13 @@
#include "nvs_flash.h"
#include "esp_wifi.h"
#include "esp_event.h"
#include "esp_task_wdt.h"
#include "esp_timer.h"
#include "lwip/sockets.h"
#include "lwip/netdb.h"
#else
#include <arpa/inet.h>
#include <unistd.h>
#include <time.h>
#endif
#include "globals.h"