quantum: remove direct quantum.h
includes (#21507)
This commit is contained in:
@ -25,6 +25,8 @@
|
||||
#include "wait.h"
|
||||
#include "send_string.h"
|
||||
#include "utf8.h"
|
||||
#include "debug.h"
|
||||
#include "quantum.h"
|
||||
|
||||
#if defined(AUDIO_ENABLE)
|
||||
# include "audio.h"
|
||||
|
@ -17,8 +17,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "quantum.h"
|
||||
#include "quantum_keycodes.h"
|
||||
|
||||
typedef union {
|
||||
uint8_t raw;
|
||||
|
Reference in New Issue
Block a user