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

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

View File

@@ -20,7 +20,7 @@
#ifndef MPD_CLOCK_H
#define MPD_CLOCK_H
#include "Compiler.h"
#include "util/Compiler.h"
#ifdef _WIN32

View File

@@ -30,7 +30,7 @@
#ifndef SYSTEM_ERROR_HXX
#define SYSTEM_ERROR_HXX
#include "Compiler.h"
#include "util/Compiler.h"
#include <system_error>
#include <utility>

View File

@@ -21,7 +21,7 @@
#ifdef USE_EVENTFD
#include "EventFD.hxx"
#include "system/Error.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <assert.h>
#include <sys/eventfd.h>

View File

@@ -22,7 +22,7 @@
#include "FileDescriptor.hxx"
#include "system/Error.hxx"
#include "util/ScopeExit.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <assert.h>
#include <unistd.h>

View File

@@ -21,7 +21,7 @@
#define MPD_FATAL_ERROR_HXX
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
#ifdef _WIN32
#include <windef.h>

View File

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