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

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

View File

@@ -20,7 +20,7 @@
#ifndef MPD_QUEUE_HXX
#define MPD_QUEUE_HXX
#include "Compiler.h"
#include "util/Compiler.h"
#include "IdTable.hxx"
#include "SingleMode.hxx"
#include "util/LazyRandomEngine.hxx"