Reduce includes for sequencer header (#18946)

This commit is contained in:
Joel Challis
2022-11-03 20:44:36 +00:00
committed by GitHub
parent 40122c28e0
commit f11a247127
2 changed files with 15 additions and 3 deletions

View File

@ -15,6 +15,8 @@
*/
#include "sequencer.h"
#include "debug.h"
#include "timer.h"
#ifdef MIDI_ENABLE
# include "process_midi.h"