aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/EncoderAPI.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-08 19:31:57 +0100
committerMax Kellermann <max@duempel.org>2015-01-08 19:31:57 +0100
commit362a6e6d460a3b197db33f0f2f082e0015f23820 (patch)
tree248ffcc4840a3d3b50b16ecbc489fe8750f99911 /src/encoder/EncoderAPI.hxx
parentc76c7c68ff497a9e9bc33c14db097b8a17f1f5f9 (diff)
downloadmpd-362a6e6d460a3b197db33f0f2f082e0015f23820.tar.gz
mpd-362a6e6d460a3b197db33f0f2f082e0015f23820.tar.xz
mpd-362a6e6d460a3b197db33f0f2f082e0015f23820.zip
encoder/Plugin: move struct Encoder to EncoderInterface.hxx
Diffstat (limited to 'src/encoder/EncoderAPI.hxx')
-rw-r--r--src/encoder/EncoderAPI.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/encoder/EncoderAPI.hxx b/src/encoder/EncoderAPI.hxx
index 01ad5609a..40e78a658 100644
--- a/src/encoder/EncoderAPI.hxx
+++ b/src/encoder/EncoderAPI.hxx
@@ -27,6 +27,7 @@
// IWYU pragma: begin_exports
+#include "EncoderInterface.hxx"
#include "EncoderPlugin.hxx"
#include "AudioFormat.hxx"
#include "tag/Tag.hxx"