decoder_api: moved enum decoder_command to decoder_command.h

Minimize header dependencies, again.
This commit is contained in:
Max Kellermann
2009-02-15 18:33:31 +01:00
parent 3e3c524264
commit 900784bb4e
5 changed files with 35 additions and 9 deletions

View File

@@ -21,9 +21,12 @@
#include "decoder_control.h"
#include "decoder_internal.h"
#include "decoder_list.h"
#include "decoder_plugin.h"
#include "input_stream.h"
#include "player_control.h"
#include "pipe.h"
#include "song.h"
#include "tag.h"
#include "mapper.h"
#include "path.h"
#include "log.h"