encoder/Plugin: move struct Encoder to EncoderInterface.hxx

This commit is contained in:
Max Kellermann
2015-01-08 19:31:57 +01:00
parent c76c7c68ff
commit 362a6e6d46
9 changed files with 276 additions and 244 deletions

View File

@@ -20,6 +20,7 @@
#include "config.h"
#include "encoder/EncoderList.hxx"
#include "encoder/EncoderPlugin.hxx"
#include "encoder/EncoderInterface.hxx"
#include "AudioFormat.hxx"
#include "AudioParser.hxx"
#include "config/ConfigData.hxx"

View File

@@ -20,6 +20,7 @@
#include "config.h"
#include "encoder/EncoderList.hxx"
#include "encoder/EncoderPlugin.hxx"
#include "encoder/EncoderInterface.hxx"
#include "AudioFormat.hxx"
#include "config/ConfigData.hxx"
#include "stdbin.h"