]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-ltic
ncurses 6.0 - patch 20150815
[ncurses.git] / ncurses / llib-ltic
index 82309815e81a2138b70a03c065f6a8d9df2bb991..14eda10e7198d5465bbf81af4d3ee87b4d655392 100644 (file)
@@ -34,8 +34,6 @@
 /* ./tinfo/alloc_entry.c */
 
 #include <curses.priv.h>
-#include <tic.h>
-
 #undef _nc_init_entry
 void   _nc_init_entry(
                TERMTYPE *const tp)
@@ -65,8 +63,6 @@ void  _nc_merge_entry(
 
 /* ./tinfo/captoinfo.c */
 
-#include <ctype.h>
-
 #undef _nc_captoinfo
 char   *_nc_captoinfo(
                const char *cap, 
@@ -188,15 +184,8 @@ int        _nc_capcmp(
                const char *t)
                { return(*(int *)0); }
 
-typedef struct {
-    const char from[3];
-    const char to[6];
-} assoc;
-
 /* ./tinfo/write_entry.c */
 
-#include <hashed_db.h>
-
 #undef _nc_set_writedir
 void   _nc_set_writedir(
                const char *dir)