mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Fix build of DAB demodulation plugin
This commit is contained in:
parent
004811d83d
commit
fd830a0153
@ -40,7 +40,6 @@
|
||||
#include "maincore.h"
|
||||
|
||||
#include "dabdemod.h"
|
||||
#include "dabdemodsink.h"
|
||||
|
||||
// Table column indexes
|
||||
#define PROGRAMS_COL_NAME 0
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#include "channel/channelgui.h"
|
||||
#include "dsp/channelmarker.h"
|
||||
#include "dsp/movingaverage.h"
|
||||
#include "util/messagequeue.h"
|
||||
#include "settings/rollupstate.h"
|
||||
#include "dabdemodsettings.h"
|
||||
|
@ -22,6 +22,9 @@
|
||||
#define INCLUDE_DABDEMODSETTINGS_H
|
||||
|
||||
#include <QByteArray>
|
||||
#include <QString>
|
||||
|
||||
#include "dsp/dsptypes.h"
|
||||
|
||||
class Serializable;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user