Remove more unnecessary quantum.h
includes (#23402)
This commit is contained in:
parent
f8a7a6848d
commit
a14c03b96e
60 changed files with 103 additions and 78 deletions
|
@ -1,9 +1,11 @@
|
|||
#include "oled_helper.h"
|
||||
#include "quantum.h"
|
||||
#include "host.h"
|
||||
#include "progmem.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef OLED_ENABLE
|
||||
#include "oled_driver.h"
|
||||
|
||||
void render_logo(void) {
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#include "oled_helper.h"
|
||||
#include "quantum.h"
|
||||
#include "oled_driver.h"
|
||||
#include "host.h"
|
||||
#include "rgblight.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue