Compiler.h: move to util/
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_UPNP_ACTION_HXX
|
||||
#define MPD_UPNP_ACTION_HXX
|
||||
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <upnptools.h>
|
||||
|
||||
|
@@ -30,7 +30,7 @@ using UpnpDiscovery = Upnp_Discovery;
|
||||
#endif
|
||||
|
||||
#if UPNP_VERSION < 10624
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
gcc_pure
|
||||
static inline int
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#ifndef _UPNPDIR_HXX_INCLUDED_
|
||||
#define _UPNPDIR_HXX_INCLUDED_
|
||||
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <upnp.h>
|
||||
|
||||
|
@@ -28,7 +28,7 @@
|
||||
#include "lib/curl/Request.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
#include "event/DeferEvent.hxx"
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <upnp.h>
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_UPNP_UTIL_HXX
|
||||
#define MPD_UPNP_UTIL_HXX
|
||||
|
||||
#include "Compiler.h"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <string>
|
||||
#include <list>
|
||||
|
Reference in New Issue
Block a user