commit 8405ec0853ed3312c04c6ab19ce983b39c1dd9d2 parent f9c80cd46a766899d5bf1832c346869dbad2be7e Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Wed, 1 May 2024 15:21:02 +0200 remove unused include Diffstat:
M | source/mqLib/mqhardware.cpp | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/source/mqLib/mqhardware.cpp b/source/mqLib/mqhardware.cpp @@ -1,6 +1,5 @@ #include "mqhardware.h" -#include "../synthLib/midiTypes.h" #include "../synthLib/midiBufferParser.h" #include "../synthLib/deviceException.h"