summaryrefslogtreecommitdiff
path: root/test
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 /test
parent691b6a236ebc769f3d1aaa21ddc3a4c7ad9211be (diff)
system/ByteOrder: move to util/
Diffstat (limited to 'test')
-rw-r--r--test/test_pcm_export.cxx2
-rw-r--r--test/test_pcm_pack.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/test_pcm_export.cxx b/test/test_pcm_export.cxx
index c8b266617..e53cba931 100644
--- a/test/test_pcm_export.cxx
+++ b/test/test_pcm_export.cxx
@@ -20,7 +20,7 @@
#include "config.h"
#include "pcm/PcmExport.hxx"
#include "pcm/Traits.hxx"
-#include "system/ByteOrder.hxx"
+#include "util/ByteOrder.hxx"
#include "util/ConstBuffer.hxx"
#include <gtest/gtest.h>
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>