Compiler.h: move to util/

This commit is contained in:
Max Kellermann
2018-08-20 16:19:17 +02:00
parent 0ebba73cb8
commit ec54754e22
202 changed files with 201 additions and 201 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
#include "DecoderCommand.hxx"
#include "Chrono.hxx"
#include "input/Ptr.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <stdint.h>
+1 -1
View File
@@ -20,7 +20,7 @@
#ifndef MPD_DECODER_BUFFER_HXX
#define MPD_DECODER_BUFFER_HXX
#include "Compiler.h"
#include "util/Compiler.h"
#include "util/DynamicFifoBuffer.hxx"
#include "util/ConstBuffer.hxx"
+1 -1
View File
@@ -20,7 +20,7 @@
#ifndef MPD_DECODER_LIST_HXX
#define MPD_DECODER_LIST_HXX
#include "Compiler.h"
#include "util/Compiler.h"
struct ConfigData;
struct DecoderPlugin;
+1 -1
View File
@@ -20,7 +20,7 @@
#ifndef MPD_DECODER_PLUGIN_HXX
#define MPD_DECODER_PLUGIN_HXX
#include "Compiler.h"
#include "util/Compiler.h"
#include <forward_list>
+1 -1
View File
@@ -22,7 +22,7 @@
#include "check.h"
#include "fs/io/Reader.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
class DecoderClient;
class InputStream;
+1 -1
View File
@@ -22,7 +22,7 @@
#include "system/ByteOrder.hxx"
#include "input/Offset.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <stdint.h>
+1 -1
View File
@@ -23,7 +23,7 @@
#include "../DecoderAPI.hxx"
#include "input/InputStream.hxx"
#include "Log.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <exception>