Code

screen_song: make Path a proper label
[ncmpc.git] / src / screen.h
index e3b00626fc7d762477bf53d6655ed4c5a412fa7d..d0ae704a0ec845a57307a597055eb72adbb723a6 100644 (file)
 #include "title_bar.h"
 #include "progress_bar.h"
 #include "status_bar.h"
+#include "ncmpc_curses.h"
 
 #include <mpd/client.h>
 
 #include <glib.h>
 
-#ifdef HAVE_NCURSESW_NCURSES_H
-#include <ncursesw/ncurses.h>
-#else
-#include <ncurses.h>
-#endif
-
 struct mpdclient;
 struct screen_functions;