Skip to content

Commit

Permalink
Merge pull request #2334 from srcejon/fix_2333
Browse files Browse the repository at this point in the history
ADSB: Include adsbdemodsettings.h
  • Loading branch information
f4exb authored Nov 16, 2024
2 parents 4da9a34 + 4465e1e commit 5cc7b3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion plugins/channelrx/demodadsb/adsbdemodsinkworker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "adsbdemodreport.h"
#include "adsbdemodsink.h"
#include "adsbdemodsinkworker.h"
#include "adsbdemodsettings.h"
#include "adsb.h"

MESSAGE_CLASS_DEFINITION(ADSBDemodSinkWorker::MsgConfigureADSBDemodSinkWorker, Message)
Expand Down
3 changes: 1 addition & 2 deletions plugins/channelrx/demodadsb/adsbdemodsinkworker.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@
#include "util/message.h"
#include "util/messagequeue.h"
#include "adsbdemodstats.h"
#include "adsbdemodsettings.h"

class ADSBDemodSink;
struct ADSBDemodSettings;
struct ADSBDemodStats;

class ADSBDemodSinkWorker : public QThread {
Q_OBJECT
Expand Down

0 comments on commit 5cc7b3a

Please sign in to comment.