From e6582fcd17812fc57f1bf4e818aa42ae7c1ca104 Mon Sep 17 00:00:00 2001 From: Vesa Date: Wed, 9 Jul 2014 21:24:10 +0300 Subject: [PATCH] InstrumentTrack.h: Remove unneeded includes --- include/InstrumentTrack.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/InstrumentTrack.h b/include/InstrumentTrack.h index cc1ef4ae5..fe8fbead2 100644 --- a/include/InstrumentTrack.h +++ b/include/InstrumentTrack.h @@ -26,9 +26,6 @@ #ifndef INSTRUMENT_TRACK_H #define INSTRUMENT_TRACK_H -#include -#include - #include "AudioPort.h" #include "InstrumentFunctions.h" #include "InstrumentSoundShaping.h"