summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--gascop.c8
2 files changed, 1 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 1b7a28a..1bb7b0f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CFLAGS=-O2 -g -Wall -W `pkg-config --cflags librtlsdr`
-LIBS=`pkg-config --libs librtlsdr` -lpthread -lm
+LIBS=`pkg-config --libs librtlsdr` -lpthread
CC=gcc
PROGNAME=gascop
diff --git a/gascop.c b/gascop.c
index 9d1c8d4..a06ba06 100644
--- a/gascop.c
+++ b/gascop.c
@@ -2,14 +2,6 @@
#include <string.h>
#include <stdlib.h>
#include <pthread.h>
-#include <stdint.h>
-#include <errno.h>
-#include <unistd.h>
-#include <math.h>
-#include <sys/time.h>
-#include <signal.h>
-#include <fcntl.h>
-#include <ctype.h>
#include "rtl-sdr.h"
/* POCSAG parameters */