1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-22 16:08:39 -05:00

Removed useless dependency on stacktrace.h

This commit is contained in:
f4exb 2016-03-03 19:57:28 +01:00
parent 56df03ef29
commit 2079970972

View File

@ -9,7 +9,6 @@
#include "dsp/samplesource.h"
#include <QDebug>
#include "util/stacktrace.h"
PluginManager::PluginManager(MainWindow* mainWindow, DSPEngine* dspEngine, QObject* parent) :
QObject(parent),