Code

command.c: put curly braces around a single large statement
[ncmpc.git] / src / screen_list.h
index 8d76147f4e71324a8709d2c4580c2aa4b04981f0..aa10e32782bc38124e603d237ed5cf4350ccd1a8 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2009 The Music Player Daemon Project
+ * (c) 2004-2010 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
  
  * This program is free software; you can redistribute it and/or modify
 #define SCREEN_LIST_H
 
 #include "config.h"
-
-#ifdef HAVE_NCURSESW_NCURSES_H
-#include <ncursesw/ncurses.h>
-#else
-#include <ncurses.h>
-#endif
+#include "ncmpc_curses.h"
 
 struct screen_functions;