ソースを参照

#include <math.h> was not needed.

Signed-off-by: Steve Markgraf <steve@steve-m.de>
Christian Vogel 13 年 前
コミット
73f54be2ed
共有3 個のファイルを変更した0 個の追加3 個の削除を含む
  1. 0 1
      src/librtlsdr.c
  2. 0 1
      src/rtl_sdr.c
  3. 0 1
      src/rtl_tcp.c

+ 0 - 1
src/librtlsdr.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))

+ 0 - 1
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>

+ 0 - 1
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>