diff options
author | James Booth <boothj5@gmail.com> | 2015-06-15 20:39:17 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-15 20:39:17 +0100 |
commit | c76692516a65af35249e93071a6478fd9d799fff (patch) | |
tree | 33cc0f7c7ec700e86a4ee81a2588ff8ba06ad60f /src/config | |
parent | b52de6869a2d22426eb77ae62c17514fb8520308 (diff) | |
parent | 5cdd69f478e6bbd4b8b0ca03daab56e6206c3ab2 (diff) | |
download | profani-tty-c76692516a65af35249e93071a6478fd9d799fff.tar.gz |
Merge branch 'master' into openpgp
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/preferences.c | 6 | ||||
-rw-r--r-- | src/config/preferences.h | 5 | ||||
-rw-r--r-- | src/config/theme.h | 5 |
3 files changed, 0 insertions, 16 deletions
diff --git a/src/config/preferences.c b/src/config/preferences.c index 36250cd8..62e2522b 100644 --- a/src/config/preferences.c +++ b/src/config/preferences.c @@ -41,12 +41,6 @@ #include <glib.h> #include <glib/gstdio.h> -#ifdef HAVE_NCURSESW_NCURSES_H -#include <ncursesw/ncurses.h> -#elif HAVE_NCURSES_H -#include <ncurses.h> -#endif - #include "common.h" #include "log.h" #include "preferences.h" diff --git a/src/config/preferences.h b/src/config/preferences.h index d1faca63..273ce6bb 100644 --- a/src/config/preferences.h +++ b/src/config/preferences.h @@ -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 diff --git a/src/config/theme.h b/src/config/theme.h index 13099eb4..2ddbb17b 100644 --- a/src/config/theme.h +++ b/src/config/theme.h @@ -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 typedef enum { THEME_TEXT, |