From 6f444ed4b5eeea149607dc7d488bb6354aa457b7 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sat, 26 Sep 2020 00:03:23 -0700 Subject: [PATCH] Accidently left #include "nimble/BluetoothUtil.h" in screen --- src/graphics/Screen.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp index 3b171f397..0706ddb44 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -32,7 +32,6 @@ along with this program. If not, see . #include "main.h" #include "mesh-pb-constants.h" #include "meshwifi/meshwifi.h" -#include "nimble/BluetoothUtil.h" #include "target_specific.h" #include "utils.h"