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 "Param.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <string>
#include <vector>

View File

@@ -21,7 +21,7 @@
#define MPD_CONFIG_CHECK_HXX
#include "Option.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
struct ConfigData;

View File

@@ -20,7 +20,7 @@
#ifndef MPD_CONFIG_OPTION_HXX
#define MPD_CONFIG_OPTION_HXX
#include "Compiler.h"
#include "util/Compiler.h"
#if defined(_WIN32) && CLANG_OR_GCC_VERSION(4,7)
/* "INPUT" is declared by winuser.h */

View File

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