Compiler.h: move to util/
This commit is contained in:
@@ -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;
|
||||
|
||||
|
@@ -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.
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#define MPD_ICU_COMPARE_HXX
|
||||
|
||||
#include "check.h"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
#include "util/AllocatedString.hxx"
|
||||
|
||||
/**
|
||||
|
@@ -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"
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#define MPD_ICU_WIN32_HXX
|
||||
|
||||
#include "check.h"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <wchar.h>
|
||||
|
||||
|
Reference in New Issue
Block a user