Compiler.h: move to util/
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "BufferedSocket.hxx"
|
||||
#include "net/SocketError.hxx"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include "DeferEvent.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
#include "thread/Cond.hxx"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <exception>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "FullyBufferedSocket.hxx"
|
||||
#include "net/SocketError.hxx"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "check.h"
|
||||
#include "thread/Id.hxx"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include "PollGroup.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "IdleMonitor.hxx"
|
||||
#include "TimerEvent.hxx"
|
||||
#include "SocketMonitor.hxx"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <forward_list>
|
||||
#include <iterator>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "check.h"
|
||||
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
#include "system/EPollFD.hxx"
|
||||
|
||||
#include <array>
|
||||
|
||||
Reference in New Issue
Block a user