summaryrefslogtreecommitdiff
path: root/src/pcm
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-03-08 10:21:10 +0100
committerMax Kellermann <max@musicpd.org>2020-07-01 17:49:57 +0200
commitc4efc37ad88d8ee99195544f2dfb9954090df181 (patch)
tree27cc268e61f30b5188215edd6c21d1577156774a /src/pcm
parent691b6a236ebc769f3d1aaa21ddc3a4c7ad9211be (diff)
system/ByteOrder: move to util/
Diffstat (limited to 'src/pcm')
-rw-r--r--src/pcm/PcmPack.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm/PcmPack.cxx b/src/pcm/PcmPack.cxx
index 58d6a1a1d..cb4f4261e 100644
--- a/src/pcm/PcmPack.cxx
+++ b/src/pcm/PcmPack.cxx
@@ -18,7 +18,7 @@
*/
#include "PcmPack.hxx"
-#include "system/ByteOrder.hxx"
+#include "util/ByteOrder.hxx"
static void
pack_sample(uint8_t *dest, const int32_t *src0) noexcept