util/ByteOrder: move Packed* classes to separate headers

This commit is contained in:
Max Kellermann
2023-12-22 18:09:31 +01:00
parent c4d8888972
commit 23b4688c44
9 changed files with 320 additions and 305 deletions

View File

@@ -16,7 +16,7 @@
#include "input/InputStream.hxx"
#include "pcm/CheckAudioFormat.hxx"
#include "util/BitReverse.hxx"
#include "util/ByteOrder.hxx"
#include "util/PackedBigEndian.hxx"
#include "tag/Handler.hxx"
#include "DsdLib.hxx"

View File

@@ -17,7 +17,7 @@
#include "input/InputStream.hxx"
#include "pcm/CheckAudioFormat.hxx"
#include "util/BitReverse.hxx"
#include "util/ByteOrder.hxx"
#include "util/PackedLittleEndian.hxx"
#include "DsdLib.hxx"
#include "tag/Handler.hxx"