Code

command: include cleanup
[ncmpc.git] / 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>