Skip to content

Commit

Permalink
Remove inclusion of adafruit_ble.h from ssd1306.c (#9355)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and noroadsleft committed Jul 18, 2020
1 parent 14ae893 commit dd38698
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions drivers/avr/ssd1306.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions keyboards/claw44/ssd1306.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions keyboards/comet46/ssd1306.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions keyboards/crkbd/ssd1306.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions keyboards/helix/local_drivers/ssd1306.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions keyboards/yosino58/ssd1306.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd38698

Please sign in to comment.