system/ByteOrder: move to util/

This commit is contained in:
Max Kellermann
2019-03-08 10:21:10 +01:00
parent 691b6a236e
commit c4efc37ad8
23 changed files with 23 additions and 23 deletions

View File

@@ -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>

View File

@@ -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>