From e7434c874bcd201906e26aa2ef55ddd3de9cd905 Mon Sep 17 00:00:00 2001
From: Ryan <fauxpark@gmail.com>
Date: Wed, 17 Jun 2020 21:42:27 +1000
Subject: Remove inclusion of adafruit_ble.h from ssd1306.c (#9355)

---
 keyboards/claw44/ssd1306.c | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'keyboards/claw44')

diff --git a/keyboards/claw44/ssd1306.c b/keyboards/claw44/ssd1306.c
index e32fc091c2..e04a431357 100644
--- a/keyboards/claw44/ssd1306.c
+++ b/keyboards/claw44/ssd1306.c
@@ -4,9 +4,6 @@
 #include "i2c.h"
 #include <string.h>
 #include "print.h"
-#ifdef ADAFRUIT_BLE_ENABLE
-#include "adafruit_ble.h"
-#endif
 #ifdef PROTOCOL_LUFA
 #include "lufa.h"
 #endif
-- 
cgit v1.2.3