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

---
 drivers/avr/ssd1306.c                   | 3 ---
 keyboards/claw44/ssd1306.c              | 3 ---
 keyboards/comet46/ssd1306.c             | 3 ---
 keyboards/crkbd/ssd1306.c               | 3 ---
 keyboards/helix/local_drivers/ssd1306.c | 3 ---
 keyboards/yosino58/ssd1306.c            | 3 ---
 6 files changed, 18 deletions(-)

diff --git a/drivers/avr/ssd1306.c b/drivers/avr/ssd1306.c
index 61d7a99531..205f749502 100644
--- a/drivers/avr/ssd1306.c
+++ b/drivers/avr/ssd1306.c
@@ -5,9 +5,6 @@
 #    include <string.h>
 #    include "print.h"
 #    include "glcdfont.c"
-#    ifdef ADAFRUIT_BLE_ENABLE
-#        include "adafruit_ble.h"
-#    endif
 #    ifdef PROTOCOL_LUFA
 #        include "lufa.h"
 #    endif
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
diff --git a/keyboards/comet46/ssd1306.c b/keyboards/comet46/ssd1306.c
index 20c2738db7..abbed4a49f 100644
--- a/keyboards/comet46/ssd1306.c
+++ b/keyboards/comet46/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
diff --git a/keyboards/crkbd/ssd1306.c b/keyboards/crkbd/ssd1306.c
index 622e44e35f..b2676f386f 100644
--- a/keyboards/crkbd/ssd1306.c
+++ b/keyboards/crkbd/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
diff --git a/keyboards/helix/local_drivers/ssd1306.c b/keyboards/helix/local_drivers/ssd1306.c
index dd3290ba0c..00b2fb0eec 100644
--- a/keyboards/helix/local_drivers/ssd1306.c
+++ b/keyboards/helix/local_drivers/ssd1306.c
@@ -10,9 +10,6 @@
 #else
 #include <helixfont.h>
 #endif
-#ifdef ADAFRUIT_BLE_ENABLE
-#include "adafruit_ble.h"
-#endif
 #ifdef PROTOCOL_LUFA
 #include "lufa.h"
 #endif
diff --git a/keyboards/yosino58/ssd1306.c b/keyboards/yosino58/ssd1306.c
index 3353f615f5..ff6ba210d1 100644
--- a/keyboards/yosino58/ssd1306.c
+++ b/keyboards/yosino58/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