[PATCH 2/2] #include <math.h> was not needed.

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-sdr@lists.osmocom.org/.

Christian Vogel vogelchr at vogel.cx
Wed May 16 09:48:23 UTC 2012


---
 src/rtl-sdr.c |    1 -
 src/rtl_sdr.c |    1 -
 src/rtl_tcp.c |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/rtl-sdr.c b/src/rtl-sdr.c
index da79acb..b6f9163 100644
--- a/src/rtl-sdr.c
+++ b/src/rtl-sdr.c
@@ -22,7 +22,6 @@
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <math.h>
 #ifndef _WIN32
 #include <unistd.h>
 #define min(a, b) (((a) < (b)) ? (a) : (b))
diff --git a/src/rtl_sdr.c b/src/rtl_sdr.c
index fed0d30..98d5fc5 100644
--- a/src/rtl_sdr.c
+++ b/src/rtl_sdr.c
@@ -21,7 +21,6 @@
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <math.h>
 
 #ifndef _WIN32
 #include <unistd.h>
diff --git a/src/rtl_tcp.c b/src/rtl_tcp.c
index 3cea790..7cfd524 100644
--- a/src/rtl_tcp.c
+++ b/src/rtl_tcp.c
@@ -22,7 +22,6 @@
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <math.h>
 
 #ifndef _WIN32
 #include <unistd.h>
-- 
1.7.0.4


--dDRMvlgZJXvWKvBx--




More information about the osmocom-sdr mailing list