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

@@ -21,7 +21,7 @@
#include "AllocatedPath.hxx"
#include "Domain.hxx"
#include "Charset.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <exception>

View File

@@ -21,7 +21,7 @@
#define MPD_FS_ALLOCATED_PATH_HXX
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
#include "Traits.hxx"
#include "Path.hxx"

View File

@@ -21,7 +21,7 @@
#define MPD_FS_CHARSET_HXX
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
#include "Traits.hxx"
#if (defined(HAVE_ICU) || defined(HAVE_ICONV)) && !defined(_WIN32)

View File

@@ -33,7 +33,7 @@
#endif
#ifdef HAVE_CLASS_GLOB
#include "Compiler.h"
#include "util/Compiler.h"
/**
* A pattern that matches file names. It may contain shell wildcards

View File

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

View File

@@ -21,7 +21,7 @@
#define MPD_FS_TRAITS_HXX
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
#include "util/StringPointer.hxx"
#include "util/StringAPI.hxx"

View File

@@ -22,7 +22,7 @@
#include "check.h"
#include "PeekReader.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
class GunzipReader;

View File

@@ -31,7 +31,7 @@
#define BUFFERED_OUTPUT_STREAM_HXX
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
#include "util/DynamicFifoBuffer.hxx"
#include <stddef.h>

View File

@@ -21,7 +21,7 @@
#define MPD_BUFFERED_READER_HXX
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
#include "util/DynamicFifoBuffer.hxx"
#include <stddef.h>

View File

@@ -33,7 +33,7 @@
#include "check.h"
#include "OutputStream.hxx"
#include "fs/AllocatedPath.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#ifndef _WIN32
#include "system/FileDescriptor.hxx"

View File

@@ -23,7 +23,7 @@
#include "check.h"
#include "Reader.hxx"
#include "fs/AllocatedPath.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#ifndef _WIN32
#include "system/FileDescriptor.hxx"

View File

@@ -23,7 +23,7 @@
#include "check.h"
#include "Reader.hxx"
#include "util/StaticFifoBuffer.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <zlib.h>

View File

@@ -32,7 +32,7 @@
#include "check.h"
#include "OutputStream.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <zlib.h>

View File

@@ -22,7 +22,7 @@
#include "check.h"
#include "Reader.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <stdint.h>

View File

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

View File

@@ -32,7 +32,7 @@
#include "check.h"
#include "OutputStream.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <stdio.h>

View File

@@ -21,7 +21,7 @@
#define MPD_TEXT_FILE_HXX
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
class Path;
class FileReader;