From c4efc37ad88d8ee99195544f2dfb9954090df181 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 8 Mar 2019 10:21:10 +0100 Subject: system/ByteOrder: move to util/ --- test/test_pcm_export.cxx | 2 +- test/test_pcm_pack.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 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 -- cgit v1.2.3