From a5d8b27671b829d2b17554b056b681c66ae7fb74 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 25 Sep 2012 12:16:42 +0200 Subject: command.h: move function prototypes to AllCommands.h --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index fea31782f..f08a2ec31 100644 --- a/src/main.c +++ b/src/main.c @@ -24,7 +24,7 @@ #include "client.h" #include "client_idle.h" #include "idle.h" -#include "command.h" +#include "AllCommands.h" #include "playlist.h" #include "stored_playlist.h" #include "database.h" -- cgit v1.2.3