gcc.h: rename to Compiler.h
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#define MPD_ERROR_HXX
|
||||
|
||||
#include "check.h"
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_HUGE_ALLOCATOR_HXX
|
||||
#define MPD_HUGE_ALLOCATOR_HXX
|
||||
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
@@ -30,7 +30,7 @@
|
||||
#ifndef MPD_MANUAL_HXX
|
||||
#define MPD_MANUAL_HXX
|
||||
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <new>
|
||||
#include <utility>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_PEAK_BUFFER_HXX
|
||||
#define MPD_PEAK_BUFFER_HXX
|
||||
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
@@ -32,7 +32,7 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
/**
|
||||
* Manager for a temporary array which grows as needed. This attempts
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#define MPD_SLICE_BUFFER_HXX
|
||||
|
||||
#include "HugeAllocator.hxx"
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <utility>
|
||||
#include <new>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_STRING_UTIL_HXX
|
||||
#define MPD_STRING_UTIL_HXX
|
||||
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
/**
|
||||
* Returns a pointer to the first non-whitespace character in the
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_URI_UTIL_HXX
|
||||
#define MPD_URI_UTIL_HXX
|
||||
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
/**
|
||||
* Checks whether the specified URI has a scheme in the form
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_BIT_REVERSE_H
|
||||
#define MPD_BIT_REVERSE_H
|
||||
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
Reference in New Issue
Block a user