From d84a7351ea965010ea51a2c9410add0f4e0306de Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Mon, 30 Jan 2023 20:40:12 +0000 Subject: Strip out more of config_common (#19722) --- quantum/config_common.h | 8 +------- quantum/quantum.h | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'quantum') diff --git a/quantum/config_common.h b/quantum/config_common.h index 18560f3a07..6c70b00b53 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h @@ -16,10 +16,4 @@ #pragma once -#ifndef __ASSEMBLER__ -# include "pin_defs.h" -#endif - -#ifdef AUDIO_ENABLE -# include "song_list.h" -#endif +#pragma message("'config_common.h' should no longer be included!") diff --git a/quantum/quantum.h b/quantum/quantum.h index c8dfdeca75..615ec2382c 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -42,7 +42,6 @@ #include "bootmagic.h" #include "timer.h" #include "sync_timer.h" -#include "config_common.h" #include "gpio.h" #include "atomic_util.h" #include "led.h" @@ -75,6 +74,7 @@ extern layer_state_t layer_state; #ifdef AUDIO_ENABLE # include "audio.h" # include "process_audio.h" +# include "song_list.h" # ifdef AUDIO_CLICKY # include "process_clicky.h" # endif -- cgit v1.2.3