Compiler.h: move to util/
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include "AllocatedPath.hxx"
|
||||
#include "Domain.hxx"
|
||||
#include "Charset.hxx"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <exception>
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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)
|
||||
|
@@ -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
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#define MPD_FS_PATH_HXX
|
||||
|
||||
#include "check.h"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
#include "Traits.hxx"
|
||||
|
||||
#include <string>
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "check.h"
|
||||
#include "PeekReader.hxx"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
class GunzipReader;
|
||||
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "check.h"
|
||||
#include "Reader.hxx"
|
||||
#include "util/StaticFifoBuffer.hxx"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <zlib.h>
|
||||
|
||||
|
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "check.h"
|
||||
#include "OutputStream.hxx"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <zlib.h>
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "check.h"
|
||||
#include "Reader.hxx"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#define MPD_READER_HXX
|
||||
|
||||
#include "check.h"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "check.h"
|
||||
#include "OutputStream.hxx"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#define MPD_TEXT_FILE_HXX
|
||||
|
||||
#include "check.h"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
class Path;
|
||||
class FileReader;
|
||||
|
Reference in New Issue
Block a user