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

View File

@@ -26,7 +26,7 @@
#include "tag/Mask.hxx"
#include "event/FullyBufferedSocket.hxx"
#include "event/TimerEvent.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <boost/intrusive/link_mode.hpp>
#include <boost/intrusive/list_hook.hpp>

View File

@@ -20,7 +20,7 @@
#ifndef MPD_CLIENT_MESSAGE_HXX
#define MPD_CLIENT_MESSAGE_HXX
#include "Compiler.h"
#include "util/Compiler.h"
#include <string>

View File

@@ -22,7 +22,7 @@
#include "check.h"
#include "protocol/Ack.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <stddef.h>
#include <stdarg.h>