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

@@ -32,7 +32,7 @@
#include "SocketAddress.hxx"
#include "Features.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <algorithm>

View File

@@ -21,7 +21,7 @@
#define MPD_RESOLVER_HXX
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
struct addrinfo;

View File

@@ -31,7 +31,7 @@
#define SOCKET_ADDRESS_HXX
#include "Features.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <cstddef>

View File

@@ -20,7 +20,7 @@
#ifndef MPD_SOCKET_ERROR_HXX
#define MPD_SOCKET_ERROR_HXX
#include "Compiler.h"
#include "util/Compiler.h"
#include "system/Error.hxx"
#ifdef _WIN32

View File

@@ -31,7 +31,7 @@
#define STATIC_SOCKET_ADDRESS_HXX
#include "SocketAddress.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <assert.h>

View File

@@ -31,7 +31,7 @@
#define NET_TO_STRING_HXX
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
#include <string>