#include <math.h> was not needed.

Signed-off-by: Steve Markgraf <steve@steve-m.de>
master
Christian Vogel 12 years ago committed by Steve Markgraf
parent 589e96e8d8
commit 73f54be2ed
  1. 1
      src/librtlsdr.c
  2. 1
      src/rtl_sdr.c
  3. 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>
#define min(a, b) (((a) < (b)) ? (a) : (b))

@ -21,7 +21,6 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#ifndef _WIN32
#include <unistd.h>

@ -22,7 +22,6 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#ifndef _WIN32
#include <unistd.h>

Loading…
Cancel
Save