diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2013-01-28 00:01:00 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2013-01-28 00:01:00 +0200 |
| commit | af4871b62b1bfd8946bdc43e5d199ab103bd0099 (patch) | |
| tree | a5d742a683d107477e23c6f28bc571ba486757d1 | |
| parent | 8046d7bc7aba6c8c31719446f0211debff45f73e (diff) | |
Remove unused headers
| -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 */ |
