diff options
author | Max Kellermann <max@duempel.org> | 2008-11-19 09:45:51 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-19 09:45:51 +0100 |
commit | 9a3d1683a10ca367b28515c8b5da03655fc8d617 (patch) | |
tree | af01a03d44a6496c152dab8730093afc5a659742 /src/screen_search.c | |
parent | 2f34a99bf852267271dd2337eba2ca936ad0ff5c (diff) | |
download | mpd-9a3d1683a10ca367b28515c8b5da03655fc8d617.tar.gz mpd-9a3d1683a10ca367b28515c8b5da03655fc8d617.tar.xz mpd-9a3d1683a10ca367b28515c8b5da03655fc8d617.zip |
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.
Diffstat (limited to 'src/screen_search.c')
-rw-r--r-- | src/screen_search.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screen_search.c b/src/screen_search.c index 277a9e277..b8e7f43d7 100644 --- a/src/screen_search.c +++ b/src/screen_search.c @@ -32,7 +32,6 @@ #include <stdlib.h> #include <string.h> #include <glib.h> -#include <ncurses.h> static const struct { const char *name; |