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

@@ -20,8 +20,7 @@
#ifndef MPD_DECODER_CONTROL_H
#define MPD_DECODER_CONTROL_H
#include "decoder_api.h"
#include "decoder_command.h"
#include "audio_format.h"
#include "notify.h"