summaryrefslogtreecommitdiff
path: root/test/test_pcm_pack.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 /test/test_pcm_pack.cxx
parentf300ea62dc5934c9b36bdaeebf10324dd9edbff0 (diff)
system/ByteOrder: move to util/
Diffstat (limited to 'test/test_pcm_pack.cxx')
-rw-r--r--test/test_pcm_pack.cxx2
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>