aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_search.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-19 09:45:51 +0100
committerMax Kellermann <max@duempel.org>2008-11-19 09:45:51 +0100
commit9a3d1683a10ca367b28515c8b5da03655fc8d617 (patch)
treeaf01a03d44a6496c152dab8730093afc5a659742 /src/screen_search.c
parent2f34a99bf852267271dd2337eba2ca936ad0ff5c (diff)
downloadmpd-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.c1
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;