aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_control.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-15 18:33:31 +0100
committerMax Kellermann <max@duempel.org>2009-02-15 18:33:31 +0100
commit900784bb4ebd6613223164e222f19abd3a312a93 (patch)
tree390462e9812257898bb7475c91a0884f4c185862 /src/decoder_control.h
parent3e3c524264ceedb9aff3291ed9f7b516250d428e (diff)
decoder_api: moved enum decoder_command to decoder_command.h
Minimize header dependencies, again.
Diffstat (limited to 'src/decoder_control.h')
-rw-r--r--src/decoder_control.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/decoder_control.h b/src/decoder_control.h
index 542cfe78..d1d0625e 100644
--- a/src/decoder_control.h
+++ b/src/decoder_control.h
@@ -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"