From 3631045878a955407115561fa86b96566bd33cfc Mon Sep 17 00:00:00 2001 From: krolyxon Date: Thu, 14 May 2026 23:36:41 +0530 Subject: avoid using relative includes --- src/bluetooth/ble_mouse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bluetooth/ble_mouse.cpp') diff --git a/src/bluetooth/ble_mouse.cpp b/src/bluetooth/ble_mouse.cpp index 872f471..3499c5f 100644 --- a/src/bluetooth/ble_mouse.cpp +++ b/src/bluetooth/ble_mouse.cpp @@ -3,7 +3,7 @@ #include #include -#include "../utils/buttons.h" +#include "utils/buttons.h" #include "ui/display.h" // ===== BLE MOUSE ===== -- cgit v1.2.3