summaryrefslogtreecommitdiff
path: root/src/tag
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 /src/tag
parent691b6a236ebc769f3d1aaa21ddc3a4c7ad9211be (diff)
system/ByteOrder: move to util/
Diffstat (limited to 'src/tag')
-rw-r--r--src/tag/Aiff.cxx2
-rw-r--r--src/tag/ApeLoader.cxx2
-rw-r--r--src/tag/Riff.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/tag/Aiff.cxx b/src/tag/Aiff.cxx
index 57ec343d5..3cc3a7f43 100644
--- a/src/tag/Aiff.cxx
+++ b/src/tag/Aiff.cxx
@@ -19,7 +19,7 @@
#include "Aiff.hxx"
#include "input/InputStream.hxx"
-#include "system/ByteOrder.hxx"
+#include "util/ByteOrder.hxx"
#include <limits>
#include <stdexcept>
diff --git a/src/tag/ApeLoader.cxx b/src/tag/ApeLoader.cxx
index 88556cd4b..eb2c76b75 100644
--- a/src/tag/ApeLoader.cxx
+++ b/src/tag/ApeLoader.cxx
@@ -18,7 +18,7 @@
*/
#include "ApeLoader.hxx"
-#include "system/ByteOrder.hxx"
+#include "util/ByteOrder.hxx"
#include "input/InputStream.hxx"
#include "util/StringView.hxx"
diff --git a/src/tag/Riff.cxx b/src/tag/Riff.cxx
index 85cbcf743..9671861fe 100644
--- a/src/tag/Riff.cxx
+++ b/src/tag/Riff.cxx
@@ -19,7 +19,7 @@
#include "Riff.hxx"
#include "input/InputStream.hxx"
-#include "system/ByteOrder.hxx"
+#include "util/ByteOrder.hxx"
#include <limits>
#include <stdexcept>