summaryrefslogtreecommitdiff
path: root/monitor_italk.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-14 11:15:31 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-14 11:15:31 -0500
commit8e0d51dc0f47b79c941b0cfbf7e4cb648dd4728f (patch)
tree230945616a24ed059c6b088333c1e2468a671f30 /monitor_italk.c
parent6cfb37de24cd6917c01c8794808917513ccaac45 (diff)
downloadgpsd-8e0d51dc0f47b79c941b0cfbf7e4cb648dd4728f.tar.gz
Still more simplification of configuration and header handling.
Diffstat (limited to 'monitor_italk.c')
-rw-r--r--monitor_italk.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/monitor_italk.c b/monitor_italk.c
index 49f84a06..478bd723 100644
--- a/monitor_italk.c
+++ b/monitor_italk.c
@@ -8,15 +8,7 @@
#include <unistd.h>
#endif /* S_SPLINT_S */
-#include "gpsd_config.h"
-
-#ifdef HAVE_NCURSES_H
-#include <ncurses.h>
-#else
-#include <curses.h>
-#endif /* HAVE_NCURSES_H */
#include "gpsd.h"
-
#include "bits.h"
#include "gpsmon.h"