projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
382566d
)
portaudio.c: removed no longer needed include files
author
c vw
<dl1ycf@darc.de>
Thu, 3 Jun 2021 14:48:39 +0000
(16:48 +0200)
committer
c vw
<dl1ycf@darc.de>
Thu, 3 Jun 2021 14:48:39 +0000
(16:48 +0200)
portaudio.c
patch
|
blob
|
history
diff --git
a/portaudio.c
b/portaudio.c
index 2bb66441b0d027c7c775850fb8c4058a4d13153a..fcad0577639c3eca4377b96461d715c22fe0a55d 100644
(file)
--- a/
portaudio.c
+++ b/
portaudio.c
@@
-26,16
+26,11
@@
#include <sched.h>
#include <semaphore.h>
-#include "new_protocol.h"
-#include "old_protocol.h"
#include "radio.h"
#include "receiver.h"
#include "mode.h"
#include "portaudio.h"
#include "audio.h"
-#ifdef SOAPYSDR
-#include "soapy_protocol.h"
-#endif
static PaStream *record_handle=NULL;