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

@@ -22,7 +22,7 @@
#include "EventFD.hxx"
#include "system/fd_util.h"
#include "system/FatalError.hxx"
#include "gcc.h"
#include "Compiler.h"
#include <assert.h>
#include <unistd.h>

View File

@@ -21,7 +21,7 @@
#include "EventPipe.hxx"
#include "system/fd_util.h"
#include "system/FatalError.hxx"
#include "gcc.h"
#include "Compiler.h"
#include <assert.h>
#include <unistd.h>

View File

@@ -22,7 +22,7 @@
#include "check.h"
#include "gerror.h"
#include "gcc.h"
#include "Compiler.h"
class Error;

View File

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

View File

@@ -20,7 +20,7 @@
#ifndef MPD_SOCKET_ERROR_HXX
#define MPD_SOCKET_ERROR_HXX
#include "gcc.h"
#include "Compiler.h"
#include "util/Error.hxx"
#ifdef WIN32

View File

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