Skip to content

Commit a13e10a

Browse files
committed
remove more references to conf.h
1 parent d6e2819 commit a13e10a

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

src/fobos.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ on a per-channel basis by selecting output filter type BEAM and calling set_filt
2121
#include <bsd/string.h>
2222
#endif
2323

24-
#include "conf.h"
2524
#include "config.h"
2625
#include "misc.h"
2726
#include "radio.h"

src/funcube.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <sysexits.h>
1313
#include <strings.h>
1414

15-
#include "conf.h"
1615
#include "fcd.h"
1716
#include "misc.h"
1817
#include "config.h"

src/hydrasdr.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include <unistd.h>
1616
#include <strings.h>
1717

18-
#include "conf.h"
1918
#include "misc.h"
2019
#include "multicast.h"
2120
#include "status.h"

src/rtlsdr.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include <sysexits.h>
1919
#include <strings.h>
2020

21-
#include "conf.h"
2221
#include "misc.h"
2322
#include "radio.h"
2423
#include "config.h"

src/sdrplay.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include <bsd/string.h>
2020
#endif
2121

22-
#include "conf.h"
2322
#include "misc.h"
2423
#include "multicast.h"
2524
#include "status.h"

0 commit comments

Comments
 (0)