Compiler.h: move to util/
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "SongEnumerator.hxx"
|
||||
#include "song/DetachedSong.hxx"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <forward_list>
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#define MPD_PLAYLIST_REGISTRY_HXX
|
||||
|
||||
#include "input/Ptr.hxx"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
struct ConfigData;
|
||||
class Mutex;
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_PLAYLIST_STREAM_HXX
|
||||
#define MPD_PLAYLIST_STREAM_HXX
|
||||
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "check.h"
|
||||
#include "song/DetachedSong.hxx"
|
||||
#include "tag/Builder.hxx"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
Reference in New Issue
Block a user