gcc.h: rename to Compiler.h

This commit is contained in:
Max Kellermann
2013-10-15 09:21:13 +02:00
parent 1dd1a705b5
commit be2951b45f
94 changed files with 95 additions and 95 deletions

View File

@@ -21,7 +21,7 @@
#define MPD_ERROR_HXX
#include "check.h"
#include "gcc.h"
#include "Compiler.h"
#include <string>

View File

@@ -20,7 +20,7 @@
#ifndef MPD_HUGE_ALLOCATOR_HXX
#define MPD_HUGE_ALLOCATOR_HXX
#include "gcc.h"
#include "Compiler.h"
#include <stddef.h>

View File

@@ -30,7 +30,7 @@
#ifndef MPD_MANUAL_HXX
#define MPD_MANUAL_HXX
#include "gcc.h"
#include "Compiler.h"
#include <new>
#include <utility>

View File

@@ -20,7 +20,7 @@
#ifndef MPD_PEAK_BUFFER_HXX
#define MPD_PEAK_BUFFER_HXX
#include "gcc.h"
#include "Compiler.h"
#include <stddef.h>

View File

@@ -32,7 +32,7 @@
#include <stddef.h>
#include "gcc.h"
#include "Compiler.h"
/**
* Manager for a temporary array which grows as needed. This attempts

View File

@@ -21,7 +21,7 @@
#define MPD_SLICE_BUFFER_HXX
#include "HugeAllocator.hxx"
#include "gcc.h"
#include "Compiler.h"
#include <utility>
#include <new>

View File

@@ -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

View File

@@ -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

View File

@@ -20,7 +20,7 @@
#ifndef MPD_BIT_REVERSE_H
#define MPD_BIT_REVERSE_H
#include "gcc.h"
#include "Compiler.h"
#include <stdint.h>