summaryrefslogtreecommitdiff
path: root/src/db
diff options
context:
space:
mode:
Diffstat (limited to 'src/db')
-rw-r--r--src/db/Count.hxx2
-rw-r--r--src/db/DatabaseGlue.hxx2
-rw-r--r--src/db/DatabaseLock.hxx2
-rw-r--r--src/db/DatabasePlaylist.hxx2
-rw-r--r--src/db/DatabaseSong.hxx2
-rw-r--r--src/db/Interface.hxx2
-rw-r--r--src/db/LightDirectory.hxx2
-rw-r--r--src/db/PlaylistInfo.hxx2
-rw-r--r--src/db/PlaylistVector.hxx2
-rw-r--r--src/db/Registry.hxx2
-rw-r--r--src/db/Selection.hxx2
-rw-r--r--src/db/plugins/ProxyDatabasePlugin.cxx2
-rw-r--r--src/db/plugins/simple/Directory.hxx2
-rw-r--r--src/db/plugins/simple/SimpleDatabasePlugin.hxx2
-rw-r--r--src/db/plugins/simple/Song.hxx2
-rw-r--r--src/db/plugins/upnp/Directory.hxx2
-rw-r--r--src/db/plugins/upnp/Object.hxx2
-rw-r--r--src/db/update/Editor.hxx2
-rw-r--r--src/db/update/ExcludeList.hxx2
-rw-r--r--src/db/update/InotifySource.hxx2
-rw-r--r--src/db/update/InotifyUpdate.hxx2
-rw-r--r--src/db/update/Queue.hxx2
-rw-r--r--src/db/update/Remove.hxx2
-rw-r--r--src/db/update/Service.hxx2
-rw-r--r--src/db/update/UpdateIO.hxx2
-rw-r--r--src/db/update/Walk.hxx2
26 files changed, 26 insertions, 26 deletions
diff --git a/src/db/Count.hxx b/src/db/Count.hxx
index d31d39cd5..c8f855177 100644
--- a/src/db/Count.hxx
+++ b/src/db/Count.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_DB_COUNT_HXX
#define MPD_DB_COUNT_HXX
-#include "Compiler.h"
+#include "util/Compiler.h"
#include <stdint.h>
diff --git a/src/db/DatabaseGlue.hxx b/src/db/DatabaseGlue.hxx
index 19ab87345..de1fb4a7a 100644
--- a/src/db/DatabaseGlue.hxx
+++ b/src/db/DatabaseGlue.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_DATABASE_GLUE_HXX
#define MPD_DATABASE_GLUE_HXX
-#include "Compiler.h"
+#include "util/Compiler.h"
struct ConfigBlock;
class EventLoop;
diff --git a/src/db/DatabaseLock.hxx b/src/db/DatabaseLock.hxx
index 4bcb17bc0..357cdd31c 100644
--- a/src/db/DatabaseLock.hxx
+++ b/src/db/DatabaseLock.hxx
@@ -28,7 +28,7 @@
#include "check.h"
#include "thread/Mutex.hxx"
-#include "Compiler.h"
+#include "util/Compiler.h"
#include <assert.h>
diff --git a/src/db/DatabasePlaylist.hxx b/src/db/DatabasePlaylist.hxx
index cdfb490a2..abf9dc10d 100644
--- a/src/db/DatabasePlaylist.hxx
+++ b/src/db/DatabasePlaylist.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_DATABASE_PLAYLIST_HXX
#define MPD_DATABASE_PLAYLIST_HXX
-#include "Compiler.h"
+#include "util/Compiler.h"
class Database;
class Storage;
diff --git a/src/db/DatabaseSong.hxx b/src/db/DatabaseSong.hxx
index 283c7ae5d..4e5ad4ea2 100644
--- a/src/db/DatabaseSong.hxx
+++ b/src/db/DatabaseSong.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_DATABASE_SONG_HXX
#define MPD_DATABASE_SONG_HXX
-#include "Compiler.h"
+#include "util/Compiler.h"
struct LightSong;
class Database;
diff --git a/src/db/Interface.hxx b/src/db/Interface.hxx
index 56cfcb82e..a8db2b12a 100644
--- a/src/db/Interface.hxx
+++ b/src/db/Interface.hxx
@@ -22,7 +22,7 @@
#include "Visitor.hxx"
#include "tag/Type.h"
-#include "Compiler.h"
+#include "util/Compiler.h"
#include <chrono>
diff --git a/src/db/LightDirectory.hxx b/src/db/LightDirectory.hxx
index e066a1fbc..1e74f815a 100644
--- a/src/db/LightDirectory.hxx
+++ b/src/db/LightDirectory.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_LIGHT_DIRECTORY_HXX
#define MPD_LIGHT_DIRECTORY_HXX
-#include "Compiler.h"
+#include "util/Compiler.h"
#include <string>
diff --git a/src/db/PlaylistInfo.hxx b/src/db/PlaylistInfo.hxx
index 6874a2b6c..e9a97b682 100644
--- a/src/db/PlaylistInfo.hxx
+++ b/src/db/PlaylistInfo.hxx
@@ -21,7 +21,7 @@
#define MPD_PLAYLIST_INFO_HXX
#include "check.h"
-#include "Compiler.h"
+#include "util/Compiler.h"
#include <string>
#include <chrono>
diff --git a/src/db/PlaylistVector.hxx b/src/db/PlaylistVector.hxx
index 9075706f3..260211c9e 100644
--- a/src/db/PlaylistVector.hxx
+++ b/src/db/PlaylistVector.hxx
@@ -21,7 +21,7 @@
#define MPD_PLAYLIST_VECTOR_HXX
#include "db/PlaylistInfo.hxx"
-#include "Compiler.h"
+#include "util/Compiler.h"
#include <list>
diff --git a/src/db/Registry.hxx b/src/db/Registry.hxx
index 71f107c42..eb2cea468 100644
--- a/src/db/Registry.hxx
+++ b/src/db/Registry.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_DATABASE_REGISTRY_HXX
#define MPD_DATABASE_REGISTRY_HXX
-#include "Compiler.h"
+#include "util/Compiler.h"
struct DatabasePlugin;
diff --git a/src/db/Selection.hxx b/src/db/Selection.hxx
index 633f858c5..9a6e0bcd9 100644
--- a/src/db/Selection.hxx
+++ b/src/db/Selection.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_DATABASE_SELECTION_HXX
#define MPD_DATABASE_SELECTION_HXX
-#include "Compiler.h"
+#include "util/Compiler.h"
#include <string>
diff --git a/src/db/plugins/ProxyDatabasePlugin.cxx b/src/db/plugins/ProxyDatabasePlugin.cxx
index 1a21f32c0..2920e204c 100644
--- a/src/db/plugins/ProxyDatabasePlugin.cxx
+++ b/src/db/plugins/ProxyDatabasePlugin.cxx
@@ -32,7 +32,7 @@
#include "song/UriSongFilter.hxx"
#include "song/BaseSongFilter.hxx"
#include "song/TagSongFilter.hxx"
-#include "Compiler.h"
+#include "util/Compiler.h"
#include "config/Block.hxx"
#include "tag/Builder.hxx"
#include "tag/Tag.hxx"
diff --git a/src/db/plugins/simple/Directory.hxx b/src/db/plugins/simple/Directory.hxx
index 4a6fcd0a9..0dc2d337a 100644
--- a/src/db/plugins/simple/Directory.hxx
+++ b/src/db/plugins/simple/Directory.hxx
@@ -21,7 +21,7 @@
#define MPD_DIRECTORY_HXX
#include "check.h"
-#include "Compiler.h"
+#include "util/Compiler.h"
#include "db/Visitor.hxx"
#include "db/PlaylistVector.hxx"
#include "Song.hxx"
diff --git a/src/db/plugins/simple/SimpleDatabasePlugin.hxx b/src/db/plugins/simple/SimpleDatabasePlugin.hxx
index be5919c00..ab9c77ab2 100644
--- a/src/db/plugins/simple/SimpleDatabasePlugin.hxx
+++ b/src/db/plugins/simple/SimpleDatabasePlugin.hxx
@@ -25,7 +25,7 @@
#include "fs/AllocatedPath.hxx"
#include "song/LightSong.hxx"
#include "util/Manual.hxx"
-#include "Compiler.h"
+#include "util/Compiler.h"
#include <cassert>
diff --git a/src/db/plugins/simple/Song.hxx b/src/db/plugins/simple/Song.hxx
index 1cd344f9f..073748500 100644
--- a/src/db/plugins/simple/Song.hxx
+++ b/src/db/plugins/simple/Song.hxx
@@ -24,7 +24,7 @@
#include "Chrono.hxx"
#include "tag/Tag.hxx"
#include "AudioFormat.hxx"
-#include "Compiler.h"
+#include "util/Compiler.h"
#include <boost/intrusive/list.hpp>
diff --git a/src/db/plugins/upnp/Directory.hxx b/src/db/plugins/upnp/Directory.hxx
index 23d01039c..52988ef3f 100644
--- a/src/db/plugins/upnp/Directory.hxx
+++ b/src/db/plugins/upnp/Directory.hxx
@@ -21,7 +21,7 @@
#define MPD_UPNP_DIRECTORY_HXX
#include "Object.hxx"
-#include "Compiler.h"
+#include "util/Compiler.h"
#include <string>
#include <vector>
diff --git a/src/db/plugins/upnp/Object.hxx b/src/db/plugins/upnp/Object.hxx
index a234e842a..c65b81398 100644
--- a/src/db/plugins/upnp/Object.hxx
+++ b/src/db/plugins/upnp/Object.hxx
@@ -21,7 +21,7 @@
#define MPD_UPNP_OBJECT_HXX
#include "tag/Tag.hxx"
-#include "Compiler.h"
+#include "util/Compiler.h"
#include <string>
diff --git a/src/db/update/Editor.hxx b/src/db/update/Editor.hxx
index a422b1542..2567847b4 100644
--- a/src/db/update/Editor.hxx
+++ b/src/db/update/Editor.hxx
@@ -22,7 +22,7 @@
#include "check.h"
#include "Remove.hxx"
-#include "Compiler.h"
+#include "util/Compiler.h"
struct Directory;
struct Song;
diff --git a/src/db/update/ExcludeList.hxx b/src/db/update/ExcludeList.hxx
index 4a851a7dc..ada5c1b88 100644
--- a/src/db/update/ExcludeList.hxx
+++ b/src/db/update/ExcludeList.hxx
@@ -26,7 +26,7 @@
#define MPD_EXCLUDE_H
#include "check.h"
-#include "Compiler.h"
+#include "util/Compiler.h"
#include "fs/Glob.hxx"
#include "input/Ptr.hxx"
diff --git a/src/db/update/InotifySource.hxx b/src/db/update/InotifySource.hxx
index a1c8a0374..8478b6ddf 100644
--- a/src/db/update/InotifySource.hxx
+++ b/src/db/update/InotifySource.hxx
@@ -21,7 +21,7 @@
#define MPD_INOTIFY_SOURCE_HXX
#include "event/SocketMonitor.hxx"
-#include "Compiler.h"
+#include "util/Compiler.h"
class FileDescriptor;
diff --git a/src/db/update/InotifyUpdate.hxx b/src/db/update/InotifyUpdate.hxx
index a58a38dcd..6004b061b 100644
--- a/src/db/update/InotifyUpdate.hxx
+++ b/src/db/update/InotifyUpdate.hxx
@@ -21,7 +21,7 @@
#define MPD_INOTIFY_UPDATE_HXX
#include "check.h"
-#include "Compiler.h"
+#include "util/Compiler.h"
class EventLoop;
class Storage;
diff --git a/src/db/update/Queue.hxx b/src/db/update/Queue.hxx
index 63a7acbc6..8bffad9a4 100644
--- a/src/db/update/Queue.hxx
+++ b/src/db/update/Queue.hxx
@@ -21,7 +21,7 @@
#define MPD_UPDATE_QUEUE_HXX
#include "check.h"
-#include "Compiler.h"
+#include "util/Compiler.h"
#include <string>
#include <list>
diff --git a/src/db/update/Remove.hxx b/src/db/update/Remove.hxx
index d34fa2049..cbcbdbe21 100644
--- a/src/db/update/Remove.hxx
+++ b/src/db/update/Remove.hxx
@@ -23,7 +23,7 @@
#include "check.h"
#include "event/DeferEvent.hxx"
#include "thread/Mutex.hxx"
-#include "Compiler.h"
+#include "util/Compiler.h"
#include <forward_list>
#include <string>
diff --git a/src/db/update/Service.hxx b/src/db/update/Service.hxx
index 3f6284772..2872b6b3a 100644
--- a/src/db/update/Service.hxx
+++ b/src/db/update/Service.hxx
@@ -25,7 +25,7 @@
#include "Queue.hxx"
#include "event/DeferEvent.hxx"
#include "thread/Thread.hxx"
-#include "Compiler.h"
+#include "util/Compiler.h"
class SimpleDatabase;
class DatabaseListener;
diff --git a/src/db/update/UpdateIO.hxx b/src/db/update/UpdateIO.hxx
index b9f43105a..3acc167a0 100644
--- a/src/db/update/UpdateIO.hxx
+++ b/src/db/update/UpdateIO.hxx
@@ -21,7 +21,7 @@
#define MPD_UPDATE_IO_HXX
#include "check.h"
-#include "Compiler.h"
+#include "util/Compiler.h"
struct Directory;
struct StorageFileInfo;
diff --git a/src/db/update/Walk.hxx b/src/db/update/Walk.hxx
index d16f5325e..4b04f16a7 100644
--- a/src/db/update/Walk.hxx
+++ b/src/db/update/Walk.hxx
@@ -23,7 +23,7 @@
#include "check.h"
#include "Config.hxx"
#include "Editor.hxx"
-#include "Compiler.h"
+#include "util/Compiler.h"
#include <atomic>