From 841deff578a8d8460344753d16d3f4c2658d6dcc Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 12 Aug 2025 18:57:17 -0500 Subject: [PATCH] [bluetooth_proxy] Optimize UUID conversion and reduce flash usage by 296 bytes --- esphome/components/bluetooth_proxy/bluetooth_connection.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/bluetooth_proxy/bluetooth_connection.cpp b/esphome/components/bluetooth_proxy/bluetooth_connection.cpp index 4826b1dd38..6d41b083d0 100644 --- a/esphome/components/bluetooth_proxy/bluetooth_connection.cpp +++ b/esphome/components/bluetooth_proxy/bluetooth_connection.cpp @@ -1,6 +1,5 @@ #include "bluetooth_connection.h" -#include #include "esphome/components/api/api_pb2.h" #include "esphome/core/helpers.h" #include "esphome/core/log.h"