From: Max Kellermann Date: Mon, 20 Mar 2017 10:51:19 +0000 (+0100) Subject: command: include cleanup X-Git-Tag: v0.26~15 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=47db0f25d4fdf7c99420e0e1d2fc26a311ee5ab9;p=ncmpc.git command: include cleanup --- diff --git a/src/command.c b/src/command.c index f47772e..889ef0d 100644 --- a/src/command.c +++ b/src/command.c @@ -18,12 +18,10 @@ */ #include "command.h" -#include "config.h" -#include "ncmpc.h" #include "i18n.h" -#include "mpdclient.h" -#include "screen.h" +#include "ncmpc_curses.h" +#include #include #include #include