summaryrefslogtreecommitdiff
path: root/src/lib/alsa/HwSetup.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-03-08 10:21:10 +0100
committerMax Kellermann <max@musicpd.org>2019-03-08 10:21:10 +0100
commitc176d9459878ba80588e4b129acda80442e26ef5 (patch)
tree84605da5d601d12306fccb82e8b328caff5a689b /src/lib/alsa/HwSetup.cxx
parentf300ea62dc5934c9b36bdaeebf10324dd9edbff0 (diff)
system/ByteOrder: move to util/
Diffstat (limited to 'src/lib/alsa/HwSetup.cxx')
-rw-r--r--src/lib/alsa/HwSetup.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/alsa/HwSetup.cxx b/src/lib/alsa/HwSetup.cxx
index eae4ae32e..abdaf983f 100644
--- a/src/lib/alsa/HwSetup.cxx
+++ b/src/lib/alsa/HwSetup.cxx
@@ -19,7 +19,7 @@
#include "HwSetup.hxx"
#include "Format.hxx"
-#include "system/ByteOrder.hxx"
+#include "util/ByteOrder.hxx"
#include "util/Domain.hxx"
#include "util/RuntimeError.hxx"
#include "AudioFormat.hxx"