From: Max Kellermann Date: Wed, 19 Nov 2008 08:45:51 +0000 (+0100) Subject: screen_search: don't include ncurses.h directly X-Git-Tag: v0.12_beta1~29 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9a3d1683a10ca367b28515c8b5da03655fc8d617;p=ncmpc.git screen_search: don't include ncurses.h directly screen.h has a check whether to include ncursesw/ncurses.h or ncurses.h. screen_search.c doesn't need to include it a second time, and was missing the check. --- diff --git a/src/screen_search.c b/src/screen_search.c index 277a9e2..b8e7f43 100644 --- a/src/screen_search.c +++ b/src/screen_search.c @@ -32,7 +32,6 @@ #include #include #include -#include static const struct { const char *name;