Commit c176d945 authored by Max Kellermann's avatar Max Kellermann

system/ByteOrder: move to util/

parent f300ea62
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef MPD_DECODER_DSDLIB_HXX #ifndef MPD_DECODER_DSDLIB_HXX
#define MPD_DECODER_DSDLIB_HXX #define MPD_DECODER_DSDLIB_HXX
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include "input/Offset.hxx" #include "input/Offset.hxx"
#include "util/Compiler.h" #include "util/Compiler.h"
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "CheckAudioFormat.hxx" #include "CheckAudioFormat.hxx"
#include "util/bit_reverse.h" #include "util/bit_reverse.h"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include "tag/Handler.hxx" #include "tag/Handler.hxx"
#include "DsdLib.hxx" #include "DsdLib.hxx"
#include "Log.hxx" #include "Log.hxx"
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "CheckAudioFormat.hxx" #include "CheckAudioFormat.hxx"
#include "util/bit_reverse.h" #include "util/bit_reverse.h"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include "DsdLib.hxx" #include "DsdLib.hxx"
#include "tag/Handler.hxx" #include "tag/Handler.hxx"
#include "Log.hxx" #include "Log.hxx"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "HybridDsdDecoderPlugin.hxx" #include "HybridDsdDecoderPlugin.hxx"
#include "../DecoderAPI.hxx" #include "../DecoderAPI.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "util/WritableBuffer.hxx" #include "util/WritableBuffer.hxx"
#include "util/StaticFifoBuffer.hxx" #include "util/StaticFifoBuffer.hxx"
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include "CheckAudioFormat.hxx" #include "CheckAudioFormat.hxx"
#include "pcm/PcmPack.hxx" #include "pcm/PcmPack.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "util/ByteReverse.hxx" #include "util/ByteReverse.hxx"
#include "util/StaticFifoBuffer.hxx" #include "util/StaticFifoBuffer.hxx"
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include "util/Macros.hxx" #include "util/Macros.hxx"
#include "util/StringFormat.hxx" #include "util/StringFormat.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include "Log.hxx" #include "Log.hxx"
#ifdef HAVE_SIDPLAYFP #ifdef HAVE_SIDPLAYFP
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "config/Domain.hxx" #include "config/Domain.hxx"
#include "util/Alloc.hxx" #include "util/Alloc.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include "util/StringUtil.hxx" #include "util/StringUtil.hxx"
#include <opus.h> #include <opus.h>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "WaveEncoderPlugin.hxx" #include "WaveEncoderPlugin.hxx"
#include "../EncoderAPI.hxx" #include "../EncoderAPI.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include "util/DynamicFifoBuffer.hxx" #include "util/DynamicFifoBuffer.hxx"
#include <assert.h> #include <assert.h>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include "util/StringCompare.hxx" #include "util/StringCompare.hxx"
#include "util/RuntimeError.hxx" #include "util/RuntimeError.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include "fs/AllocatedPath.hxx" #include "fs/AllocatedPath.hxx"
#include "Log.hxx" #include "Log.hxx"
#include "config/Block.hxx" #include "config/Block.hxx"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "HwSetup.hxx" #include "HwSetup.hxx"
#include "Format.hxx" #include "Format.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "util/RuntimeError.hxx" #include "util/RuntimeError.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#define IPV4_ADDRESS_HXX #define IPV4_ADDRESS_HXX
#include "SocketAddress.hxx" #include "SocketAddress.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include <stdint.h> #include <stdint.h>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#define IPV6_ADDRESS_HXX #define IPV6_ADDRESS_HXX
#include "SocketAddress.hxx" #include "SocketAddress.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include "util/Compiler.h" #include "util/Compiler.h"
#include <stdint.h> #include <stdint.h>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "pcm/PcmExport.hxx" #include "pcm/PcmExport.hxx"
#include "thread/Mutex.hxx" #include "thread/Mutex.hxx"
#include "thread/Cond.hxx" #include "thread/Cond.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include "util/StringBuffer.hxx" #include "util/StringBuffer.hxx"
#include "util/StringFormat.hxx" #include "util/StringFormat.hxx"
#include "Log.hxx" #include "Log.hxx"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "util/ConstBuffer.hxx" #include "util/ConstBuffer.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "util/Macros.hxx" #include "util/Macros.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include "Log.hxx" #include "Log.hxx"
#include <stdexcept> #include <stdexcept>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "thread/Cond.hxx" #include "thread/Cond.hxx"
#include "util/Macros.hxx" #include "util/Macros.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include "Log.hxx" #include "Log.hxx"
#include <SLES/OpenSLES.h> #include <SLES/OpenSLES.h>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include "PcmPack.hxx" #include "PcmPack.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
static void static void
pack_sample(uint8_t *dest, const int32_t *src0) noexcept pack_sample(uint8_t *dest, const int32_t *src0) noexcept
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "Aiff.hxx" #include "Aiff.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include <limits> #include <limits>
#include <stdexcept> #include <stdexcept>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include "ApeLoader.hxx" #include "ApeLoader.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "util/StringView.hxx" #include "util/StringView.hxx"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "Riff.hxx" #include "Riff.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include <limits> #include <limits>
#include <stdexcept> #include <stdexcept>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#ifndef BYTE_ORDER_HXX #ifndef BYTE_ORDER_HXX
#define BYTE_ORDER_HXX #define BYTE_ORDER_HXX
#include "util/Compiler.h" #include "Compiler.h"
#include <stdint.h> #include <stdint.h>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include "ByteReverse.hxx" #include "ByteReverse.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include "Compiler.h" #include "Compiler.h"
#include <assert.h> #include <assert.h>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "config.h" #include "config.h"
#include "pcm/PcmExport.hxx" #include "pcm/PcmExport.hxx"
#include "pcm/Traits.hxx" #include "pcm/Traits.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include "util/ConstBuffer.hxx" #include "util/ConstBuffer.hxx"
#include <gtest/gtest.h> #include <gtest/gtest.h>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "test_pcm_util.hxx" #include "test_pcm_util.hxx"
#include "pcm/PcmPack.hxx" #include "pcm/PcmPack.hxx"
#include "system/ByteOrder.hxx" #include "util/ByteOrder.hxx"
#include <gtest/gtest.h> #include <gtest/gtest.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment