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 /test/test_pcm_pack.cxx | |
parent | f300ea62dc5934c9b36bdaeebf10324dd9edbff0 (diff) |
system/ByteOrder: move to util/
Diffstat (limited to 'test/test_pcm_pack.cxx')
-rw-r--r-- | test/test_pcm_pack.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pcm_pack.cxx b/test/test_pcm_pack.cxx index a3055cbf7..8acbac61c 100644 --- a/test/test_pcm_pack.cxx +++ b/test/test_pcm_pack.cxx @@ -19,7 +19,7 @@ #include "test_pcm_util.hxx" #include "pcm/PcmPack.hxx" -#include "system/ByteOrder.hxx" +#include "util/ByteOrder.hxx" #include <gtest/gtest.h> |