From 5e125b7f499d897b963eacb842c835f2ee0b2db3 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Thu, 7 Jul 2022 21:46:43 +0200 Subject: [PATCH] Removed unnecessary includes --- software/main/src/main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/software/main/src/main.cpp b/software/main/src/main.cpp index e692f7d..8e8e805 100644 --- a/software/main/src/main.cpp +++ b/software/main/src/main.cpp @@ -2,10 +2,8 @@ #include "esp_avrc_api.h" #include "esp_log.h" - #include "esp_system.h" -#include "freertos/portmacro.h" #include "storage.h" #include "i2s.h" #include "bluetooth.h" @@ -14,9 +12,6 @@ #include "twai.h" #include "volume.h" -#include "freertos/FreeRTOS.h" -#include "freertos/task.h" - #define APP_TAG "APP" extern "C" void app_main() {