mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 15:54:06 +00:00
Remove more unnecessary quantum.h
includes (#23402)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user