From 549e9ef94451fb76d3f094554c150b938f7a9d85 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 5 Apr 2018 08:46:59 +0200 Subject: [PATCH] removed unneeded #include --- src/configmanager.cpp | 1 - src/lorawan.cpp | 1 - src/rcommand.cpp | 1 - src/rgb_led.cpp | 1 - 4 files changed, 4 deletions(-) diff --git a/src/configmanager.cpp b/src/configmanager.cpp index ba39b8af..6227109e 100644 --- a/src/configmanager.cpp +++ b/src/configmanager.cpp @@ -1,6 +1,5 @@ /* configmanager persists runtime configuration using NVRAM of ESP32*/ -#include "main.h" #include "globals.h" #include #include diff --git a/src/lorawan.cpp b/src/lorawan.cpp index 6fde8a50..ee985e58 100644 --- a/src/lorawan.cpp +++ b/src/lorawan.cpp @@ -1,5 +1,4 @@ // Basic Config -#include "main.h" #include "globals.h" // LMIC-Arduino LoRaWAN Stack diff --git a/src/rcommand.cpp b/src/rcommand.cpp index 2e9ea33c..a0f3a535 100644 --- a/src/rcommand.cpp +++ b/src/rcommand.cpp @@ -3,7 +3,6 @@ // checks commands and executes each command with 1 argument per command // Basic Config -#include "main.h" #include "globals.h" // LMIC-Arduino LoRaWAN Stack diff --git a/src/rgb_led.cpp b/src/rgb_led.cpp index 58a31062..899ded9e 100644 --- a/src/rgb_led.cpp +++ b/src/rgb_led.cpp @@ -1,5 +1,4 @@ // Basic Config -#include "main.h" #include "globals.h" #ifdef HAS_RGB_LED