Compiler.h: move to util/

This commit is contained in:
Max Kellermann
2018-08-20 16:19:17 +02:00
parent 0ebba73cb8
commit ec54754e22
202 changed files with 201 additions and 201 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#include "config.h"
#include "BufferedSocket.hxx"
#include "net/SocketError.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <algorithm>
+1 -1
View File
@@ -23,7 +23,7 @@
#include "DeferEvent.hxx"
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <exception>
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -22,7 +22,7 @@
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
#include "system/EPollFD.hxx"
#include <array>