mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 23:16:21 +00:00
I removed ncurses header dependencies, removed unused code
This commit is contained in:
@@ -38,11 +38,6 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
#ifdef HAVE_NCURSESW_NCURSES_H
|
||||
#include <ncursesw/ncurses.h>
|
||||
#elif HAVE_NCURSES_H
|
||||
#include <ncurses.h>
|
||||
#endif
|
||||
|
||||
#define PREFS_MIN_LOG_SIZE 64
|
||||
#define PREFS_MAX_LOG_SIZE 1048580
|
||||
|
||||
Reference in New Issue
Block a user