From 912ac9d3dc1e1918a05aac26a67db1c820aff3f7 Mon Sep 17 00:00:00 2001
From: Jochen Vothknecht <jochen3120@gmail.com>
Date: Tue, 14 Jun 2022 08:20:39 +0200
Subject: [PATCH] Removing unused include

---
 CLC-qthing/SiliconTorch/NVSExplorer.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CLC-qthing/SiliconTorch/NVSExplorer.hpp b/CLC-qthing/SiliconTorch/NVSExplorer.hpp
index 44bf20f..a367cb0 100644
--- a/CLC-qthing/SiliconTorch/NVSExplorer.hpp
+++ b/CLC-qthing/SiliconTorch/NVSExplorer.hpp
@@ -4,7 +4,6 @@
 #include <set>
 #include <cstring>     // memset, strncmp
 // #include <cstdlib>     // TODO: is this for memcpy?
-#include <cinttypes>
 // #include <functional>
 
 // ESP32 specific
-- 
GitLab