summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-14 18:15:22 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-14 18:15:22 -0500
commit0f8907e2b4e21db77c479350521326f3a48317bf (patch)
treefc12c6bdf2924eead6514d934f19e5e6addd42e1 /cgps.c
parentde41fa954fe55b8cbe7e6becfcf71383e8b838bf (diff)
downloadgpsd-0f8907e2b4e21db77c479350521326f3a48317bf.tar.gz
The difference between curses.h and ncurses shouldn't matter to gpsd.
Diffstat (limited to 'cgps.c')
-rw-r--r--cgps.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/cgps.c b/cgps.c
index 57e92f33..98e65a14 100644
--- a/cgps.c
+++ b/cgps.c
@@ -83,17 +83,12 @@
#include <string.h>
#include <math.h>
#include <errno.h>
+#include <curses.h>
#ifndef S_SPLINT_S
#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 "gps.h"
#include "gpsdclient.h"
#include "revision.h"