tmk_core: remove direct quantum.h includes (#21465)

This commit is contained in:
Ryan 2023-07-07 21:24:07 +10:00 committed by GitHub
parent d83578dbe4
commit 30de598650
Failed to generate hash of commit
7 changed files with 13 additions and 9 deletions

View file

@ -48,10 +48,10 @@
# include "sleep_led.h"
#endif
#include "suspend.h"
#include "wait.h"
#include "usb_descriptor.h"
#include "lufa.h"
#include "quantum.h"
#include "usb_device_state.h"
#include <util/atomic.h>