mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 15:04:38 -04:00
Deep redesign: removed useless samplesource subdirectory
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#ifndef INCLUDE_BLADERFINPUT_H
|
||||
#define INCLUDE_BLADERFINPUT_H
|
||||
|
||||
#include "dsp/samplesource/samplesource.h"
|
||||
#include "dsp/samplesource.h"
|
||||
#include <libbladeRF.h>
|
||||
#include <QString>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef INCLUDE_FCDINPUT_H
|
||||
#define INCLUDE_FCDINPUT_H
|
||||
|
||||
#include "dsp/samplesource/samplesource.h"
|
||||
#include "dsp/samplesource.h"
|
||||
#include <QString>
|
||||
|
||||
struct fcd_buffer {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef INCLUDE_FILESOURCEINPUT_H
|
||||
#define INCLUDE_FILESOURCEINPUT_H
|
||||
|
||||
#include "dsp/samplesource/samplesource.h"
|
||||
#include "dsp/samplesource.h"
|
||||
#include <QString>
|
||||
#include <QTimer>
|
||||
#include <ctime>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef INCLUDE_RTLSDRINPUT_H
|
||||
#define INCLUDE_RTLSDRINPUT_H
|
||||
|
||||
#include "dsp/samplesource/samplesource.h"
|
||||
#include "dsp/samplesource.h"
|
||||
#include <rtl-sdr.h>
|
||||
#include <QString>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user