command: rename to AllCommands.cxx
This commit is contained in:
parent
510c4a3ef1
commit
f38dfd9231
@ -235,7 +235,7 @@ src_mpd_SOURCES = \
|
|||||||
src/protocol/argparser.c src/protocol/argparser.h \
|
src/protocol/argparser.c src/protocol/argparser.h \
|
||||||
src/protocol/result.c src/protocol/result.h \
|
src/protocol/result.c src/protocol/result.h \
|
||||||
src/CommandError.cxx src/CommandError.h \
|
src/CommandError.cxx src/CommandError.h \
|
||||||
src/command.c \
|
src/AllCommands.cxx \
|
||||||
src/QueueCommands.cxx src/QueueCommands.hxx \
|
src/QueueCommands.cxx src/QueueCommands.hxx \
|
||||||
src/PlayerCommands.cxx src/PlayerCommands.hxx \
|
src/PlayerCommands.cxx src/PlayerCommands.hxx \
|
||||||
src/PlaylistCommands.cxx src/PlaylistCommands.hxx \
|
src/PlaylistCommands.cxx src/PlaylistCommands.hxx \
|
||||||
|
@ -28,16 +28,18 @@
|
|||||||
#include "MessageCommands.hxx"
|
#include "MessageCommands.hxx"
|
||||||
#include "OtherCommands.hxx"
|
#include "OtherCommands.hxx"
|
||||||
#include "CommandError.h"
|
#include "CommandError.h"
|
||||||
#include "protocol/argparser.h"
|
|
||||||
#include "protocol/result.h"
|
|
||||||
#include "permission.h"
|
#include "permission.h"
|
||||||
#include "tokenizer.h"
|
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
|
|
||||||
|
extern "C" {
|
||||||
|
#include "protocol/result.h"
|
||||||
|
#include "tokenizer.h"
|
||||||
#include "client.h"
|
#include "client.h"
|
||||||
|
|
||||||
#ifdef ENABLE_SQLITE
|
#ifdef ENABLE_SQLITE
|
||||||
#include "sticker.h"
|
#include "sticker.h"
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
Loading…
Reference in New Issue
Block a user