diff options
author | Max Kellermann <max@musicpd.org> | 2019-03-08 10:21:10 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-03-08 10:21:10 +0100 |
commit | c176d9459878ba80588e4b129acda80442e26ef5 (patch) | |
tree | 84605da5d601d12306fccb82e8b328caff5a689b /src/lib/alsa | |
parent | f300ea62dc5934c9b36bdaeebf10324dd9edbff0 (diff) |
system/ByteOrder: move to util/
Diffstat (limited to 'src/lib/alsa')
-rw-r--r-- | src/lib/alsa/HwSetup.cxx | 2 |
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" |