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

View File

@@ -22,7 +22,7 @@
#include "check.h"
#include "pcm/SampleFormat.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <alsa/asoundlib.h>

View File

@@ -20,7 +20,7 @@
#ifndef MPD_ALSA_VERSION_HXX
#define MPD_ALSA_VERSION_HXX
#include "Compiler.h"
#include "util/Compiler.h"
#include <stdint.h>

View File

@@ -30,7 +30,7 @@
#ifndef CURL_VERSION_HXX
#define CURL_VERSION_HXX
#include "Compiler.h"
#include "util/Compiler.h"
gcc_const
bool

View File

@@ -33,7 +33,7 @@
#ifndef ODBUS_ERROR_HXX
#define ODBUS_ERROR_HXX
#include "Compiler.h"
#include "util/Compiler.h"
#include <dbus/dbus.h>

View File

@@ -22,7 +22,7 @@
#include "ReadIter.hxx"
#include "ObjectManager.hxx"
#include "util/StringAPI.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <functional>

View File

@@ -36,7 +36,7 @@
#include "Connection.hxx"
#include "event/SocketMonitor.hxx"
#include "event/DeferEvent.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <dbus/dbus.h>

View File

@@ -21,7 +21,7 @@
#define MPD_EXPAT_HXX
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
#include <expat.h>

View File

@@ -21,7 +21,7 @@
#define MPD_FFMPEG_TIME_HXX
#include "Chrono.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
extern "C" {
#include <libavutil/avutil.h>

View File

@@ -31,7 +31,7 @@
#define GCRYPT_HASH_HXX
#include "util/ConstBuffer.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <gcrypt.h>

View File

@@ -31,7 +31,7 @@
#define GCRYPT_MD5_HXX
#include "util/StringBuffer.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <array>

View File

@@ -25,7 +25,7 @@
#if defined(HAVE_ICU) || defined(_WIN32)
#define HAVE_ICU_CASE_FOLD
#include "Compiler.h"
#include "util/Compiler.h"
template<typename T> class AllocatedString;

View File

@@ -21,7 +21,7 @@
#define MPD_ICU_COLLATE_HXX
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
/**
* Throws #std::runtime_error on error.

View File

@@ -21,7 +21,7 @@
#define MPD_ICU_COMPARE_HXX
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
#include "util/AllocatedString.hxx"
/**

View File

@@ -21,7 +21,7 @@
#define MPD_ICU_CONVERTER_HXX
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
#ifdef HAVE_ICU
#include "thread/Mutex.hxx"

View File

@@ -21,7 +21,7 @@
#define MPD_ICU_WIN32_HXX
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
#include <wchar.h>

View File

@@ -21,7 +21,7 @@
#define MPD_NFS_BASE_HXX
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
/**
* Set the "base" NFS server and export name. This will be the

View File

@@ -20,7 +20,7 @@
#ifndef MPD_NFS_CANCELLABLE_HXX
#define MPD_NFS_CANCELLABLE_HXX
#include "Compiler.h"
#include "util/Compiler.h"
#include <boost/intrusive/list.hpp>

View File

@@ -24,7 +24,7 @@
#include "Lease.hxx"
#include "Callback.hxx"
#include "event/DeferEvent.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <string>
#include <exception>

View File

@@ -21,7 +21,7 @@
#define MPD_NFS_GLUE_HXX
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
class EventLoop;
class NfsConnection;

View File

@@ -22,7 +22,7 @@
#include "check.h"
#include "Connection.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include "event/IdleMonitor.hxx"
#include <boost/intrusive/set.hpp>

View File

@@ -20,7 +20,7 @@
#ifndef MPD_UPNP_ACTION_HXX
#define MPD_UPNP_ACTION_HXX
#include "Compiler.h"
#include "util/Compiler.h"
#include <upnptools.h>

View File

@@ -30,7 +30,7 @@ using UpnpDiscovery = Upnp_Discovery;
#endif
#if UPNP_VERSION < 10624
#include "Compiler.h"
#include "util/Compiler.h"
gcc_pure
static inline int

View File

@@ -20,7 +20,7 @@
#ifndef _UPNPDIR_HXX_INCLUDED_
#define _UPNPDIR_HXX_INCLUDED_
#include "Compiler.h"
#include "util/Compiler.h"
#include <upnp.h>

View File

@@ -28,7 +28,7 @@
#include "lib/curl/Request.hxx"
#include "thread/Mutex.hxx"
#include "event/DeferEvent.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <upnp.h>

View File

@@ -20,7 +20,7 @@
#ifndef MPD_UPNP_UTIL_HXX
#define MPD_UPNP_UTIL_HXX
#include "Compiler.h"
#include "util/Compiler.h"
#include <string>
#include <list>

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "FlacIOHandle.hxx"
#include "Log.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include "system/Error.hxx"
#include <errno.h>

View File

@@ -20,7 +20,7 @@
#ifndef MPD_FLAC_IO_HANDLE_HXX
#define MPD_FLAC_IO_HANDLE_HXX
#include "Compiler.h"
#include "util/Compiler.h"
#include "input/InputStream.hxx"
#include <FLAC/callback.h>

View File

@@ -20,7 +20,7 @@
#ifndef MPD_FLAC_METADATA_CHAIN_HXX
#define MPD_FLAC_METADATA_CHAIN_HXX
#include "Compiler.h"
#include "util/Compiler.h"
#include <FLAC/metadata.h>

View File

@@ -20,7 +20,7 @@
#ifndef MPD_FLAC_METADATA_ITERATOR_HXX
#define MPD_FLAC_METADATA_ITERATOR_HXX
#include "Compiler.h"
#include "util/Compiler.h"
#include <FLAC/metadata.h>

View File

@@ -18,7 +18,7 @@
*/
#include "OggSerial.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <atomic>
#include <chrono>