Remove more unnecessary quantum.h includes (#23402)

This commit is contained in:
Ryan 2024-04-05 14:48:21 +11:00 committed by GitHub
parent f8a7a6848d
commit a14c03b96e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
60 changed files with 103 additions and 78 deletions

View file

@ -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) {

View file

@ -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>