Code

Merge remote branches 'avuton/master' and 'jn/dev'
[ncmpc.git] / src / screen_browser.h
index 6ba092194833ef9bf6756921dcefeaac4defef06..f6cfd5a57d21c0c604d888bbd299bc9cc65048fe 100644 (file)
 
 #include "command.h"
 #include "config.h"
+#include "ncmpc_curses.h"
 
 #include <stdbool.h>
 
-#ifdef HAVE_NCURSESW_NCURSES_H
-#include <ncursesw/ncurses.h>
-#else
-#include <ncurses.h>
-#endif
-
 struct mpdclient;
 struct mpdclient_playlist;
 struct filelist;