Code

screen: moved screen_interface externs to each screen header
[ncmpc.git] / src / screen_keydef.c
index 5809cd278e46f49fe3313d0d91c5d8d7a16e4caf..30f85ac76e18f378dc4dcc45379cf89e3bf705e5 100644 (file)
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
+#include "screen_keydef.h"
 #include "screen_interface.h"
 #include "i18n.h"
-#include "mpdclient.h"
-#include "options.h"
 #include "conf.h"
-#include "command.h"
 #include "screen.h"
 #include "screen_utils.h"
 
 #include <errno.h>
-#include <stdlib.h>
 #include <string.h>
 #include <glib.h>