summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
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"