From f5898e0b4d68f0fec61abf7368a8ce7422caea53 Mon Sep 17 00:00:00 2001 From: "Jason B. Cox" Date: Tue, 13 May 2025 11:20:18 -0700 Subject: [PATCH] Remove unused include --- src/mesh/CryptoEngine.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesh/CryptoEngine.h b/src/mesh/CryptoEngine.h index 98e40dc72..8998d962a 100644 --- a/src/mesh/CryptoEngine.h +++ b/src/mesh/CryptoEngine.h @@ -5,7 +5,6 @@ #include "configuration.h" #include "mesh-pb-constants.h" #include -#include extern concurrency::Lock *cryptLock;