X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsong_paint.h;h=7a676608aa24b0c9e7cf4382f5092685aded6380;hb=44cf194be4a3400900ef6eca7e31f673dd5cce0a;hp=10efde4ae9ef03e9df91567ab2869d13eb0c8e75;hpb=df92291f7ae1d035d1fb931161ec1b577656e0de;p=ncmpc.git diff --git a/src/song_paint.h b/src/song_paint.h index 10efde4..7a67660 100644 --- a/src/song_paint.h +++ b/src/song_paint.h @@ -21,15 +21,10 @@ #define NCMPC_SONG_PAINT_H #include "config.h" +#include "ncmpc_curses.h" #include -#ifdef HAVE_NCURSESW_NCURSES_H -#include -#else -#include -#endif - struct mpd_song; struct hscroll;