diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | gascop.c | 8 |
2 files changed, 1 insertions, 9 deletions
@@ -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 @@ -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 */ |
