gcc.h: rename to Compiler.h
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "check.h"
|
||||
#include "SocketMonitor.hxx"
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
struct fifo_buffer;
|
||||
class Error;
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "DeferredMonitor.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
#include "thread/Cond.hxx"
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#define MPD_SOCKET_DEFERRED_MONITOR_HXX
|
||||
|
||||
#include "check.h"
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
#ifdef USE_EPOLL
|
||||
#include "SocketMonitor.hxx"
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "check.h"
|
||||
#include "BufferedSocket.hxx"
|
||||
#include "util/PeakBuffer.hxx"
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
/**
|
||||
* A #BufferedSocket specialization that adds an output buffer.
|
||||
|
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "check.h"
|
||||
#include "thread/Id.hxx"
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
#ifdef USE_EPOLL
|
||||
#include "system/EPollFD.hxx"
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "MultiSocketMonitor.hxx"
|
||||
#include "Loop.hxx"
|
||||
#include "system/fd_util.h"
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#define MPD_MULTI_SOCKET_MONITOR_HXX
|
||||
|
||||
#include "check.h"
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
#ifdef USE_EPOLL
|
||||
#include "IdleMonitor.hxx"
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "SocketMonitor.hxx"
|
||||
#include "Loop.hxx"
|
||||
#include "system/fd_util.h"
|
||||
#include "gcc.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
Reference in New Issue
Block a user