InstrumentTrack.h: Remove unneeded includes

This commit is contained in:
Vesa
2014-07-09 21:24:10 +03:00
parent b8d4ee3047
commit e6582fcd17

View File

@@ -26,9 +26,6 @@
#ifndef INSTRUMENT_TRACK_H
#define INSTRUMENT_TRACK_H
#include <QtCore/QAtomicPointer>
#include <QtCore/QAtomicInt>
#include "AudioPort.h"
#include "InstrumentFunctions.h"
#include "InstrumentSoundShaping.h"