Code

command: include cleanup
authorMax Kellermann <max.kellermann@gmail.com>
Mon, 20 Mar 2017 10:51:19 +0000 (11:51 +0100)
committerMax Kellermann <max.kellermann@gmail.com>
Mon, 20 Mar 2017 10:51:19 +0000 (11:51 +0100)
src/command.c

index f47772e570ec37e6d98500dd120964860bebcf5d..889ef0ddff95be93d7bb2317ff612b3267a62f76 100644 (file)
  */
 
 #include "command.h"
-#include "config.h"
-#include "ncmpc.h"
 #include "i18n.h"
-#include "mpdclient.h"
-#include "screen.h"
+#include "ncmpc_curses.h"
 
+#include <assert.h>
 #include <ctype.h>
 #include <stdlib.h>
 #include <string.h>