cull term.h includes everywhere but internal.h

dankamongmen/iterm2complete
nick black 3 years ago committed by nick black
parent ccfd4f0f2f
commit 8c217dc6bb

@ -1,7 +1,6 @@
#include "input.h"
#include "internal.h"
#include "notcurses/direct.h"
#include <term.h>
#include <ctype.h>
#include <signal.h>

@ -26,7 +26,6 @@ extern "C" {
#include <unictype.h>
#ifndef __MINGW64__
#include <langinfo.h>
#include <ncurses.h> // needed for some definitions, see terminfo(3ncurses)
#endif
#include "notcurses/notcurses.h"
#include "termdesc.h"

@ -5,7 +5,6 @@
#include "internal.h"
#include <zlib.h>
#include <time.h>
#include <term.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>

Loading…
Cancel
Save