Remove more unnecessary quantum.h includes (#23402)
This commit is contained in:
@@ -12,9 +12,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include "action.h"
|
||||
#include "progmem.h"
|
||||
#include "config_engine.h"
|
||||
|
||||
// Maximum values for combos
|
||||
|
||||
@@ -12,9 +12,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include "action.h"
|
||||
#include "progmem.h"
|
||||
#include "config_engine.h"
|
||||
|
||||
// Set defaults
|
||||
|
||||
Reference in New Issue
Block a user