AudioFormat: move enum SampleFormat to pcm/SampleFormat.hxx

This commit is contained in:
Max Kellermann
2017-01-17 11:02:11 +01:00
parent f85f25ba82
commit de3e0585f1
19 changed files with 191 additions and 142 deletions

View File

@@ -21,7 +21,7 @@
#define MPD_PCM_TRAITS_HXX
#include "check.h"
#include "AudioFormat.hxx"
#include "SampleFormat.hxx"
#include <stdint.h>
#include <stddef.h>