system/ByteOrder: move to util/

This commit is contained in:
Max Kellermann
2019-03-08 10:21:10 +01:00
parent f300ea62dc
commit c176d94598
23 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
#include "Aiff.hxx"
#include "input/InputStream.hxx"
#include "system/ByteOrder.hxx"
#include "util/ByteOrder.hxx"
#include <limits>
#include <stdexcept>
+1 -1
View File
@@ -18,7 +18,7 @@
*/
#include "ApeLoader.hxx"
#include "system/ByteOrder.hxx"
#include "util/ByteOrder.hxx"
#include "input/InputStream.hxx"
#include "util/StringView.hxx"
+1 -1
View File
@@ -19,7 +19,7 @@
#include "Riff.hxx"
#include "input/InputStream.hxx"
#include "system/ByteOrder.hxx"
#include "util/ByteOrder.hxx"
#include <limits>
#include <stdexcept>