1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"