diff options
author | Max Kellermann <max@musicpd.org> | 2018-08-20 16:19:17 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-08-20 16:19:17 +0200 |
commit | ec54754e22602bbc18a7524b6ff07db2a4b6d095 (patch) | |
tree | 2c9208d79cf2a04a6c821c400d5f7336b5c1be42 /src/storage | |
parent | 0ebba73cb8d74d18d6af87bbed99e91bac6a4eac (diff) |
Compiler.h: move to util/
Diffstat (limited to 'src/storage')
-rw-r--r-- | src/storage/CompositeStorage.hxx | 2 | ||||
-rw-r--r-- | src/storage/Configured.hxx | 2 | ||||
-rw-r--r-- | src/storage/Registry.hxx | 2 | ||||
-rw-r--r-- | src/storage/StorageInterface.hxx | 2 | ||||
-rw-r--r-- | src/storage/plugins/LocalStorage.hxx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/storage/CompositeStorage.hxx b/src/storage/CompositeStorage.hxx index a586b9c46..ed1c412a0 100644 --- a/src/storage/CompositeStorage.hxx +++ b/src/storage/CompositeStorage.hxx @@ -23,7 +23,7 @@ #include "check.h" #include "StorageInterface.hxx" #include "thread/Mutex.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include <memory> #include <string> diff --git a/src/storage/Configured.hxx b/src/storage/Configured.hxx index 068c7a498..b5091fde8 100644 --- a/src/storage/Configured.hxx +++ b/src/storage/Configured.hxx @@ -21,7 +21,7 @@ #define MPD_STORAGE_CONFIG_HXX #include "check.h" -#include "Compiler.h" +#include "util/Compiler.h" #include <memory> diff --git a/src/storage/Registry.hxx b/src/storage/Registry.hxx index 4a4136067..648d6efc5 100644 --- a/src/storage/Registry.hxx +++ b/src/storage/Registry.hxx @@ -21,7 +21,7 @@ #define MPD_STORAGE_REGISTRY_HXX #include "check.h" -#include "Compiler.h" +#include "util/Compiler.h" #include <memory> diff --git a/src/storage/StorageInterface.hxx b/src/storage/StorageInterface.hxx index dbad0c041..edd0638b2 100644 --- a/src/storage/StorageInterface.hxx +++ b/src/storage/StorageInterface.hxx @@ -21,7 +21,7 @@ #define MPD_STORAGE_INTERFACE_HXX #include "check.h" -#include "Compiler.h" +#include "util/Compiler.h" #include <memory> #include <string> diff --git a/src/storage/plugins/LocalStorage.hxx b/src/storage/plugins/LocalStorage.hxx index ae1a89ee2..3e943a2ed 100644 --- a/src/storage/plugins/LocalStorage.hxx +++ b/src/storage/plugins/LocalStorage.hxx @@ -21,7 +21,7 @@ #define MPD_STORAGE_LOCAL_HXX #include "check.h" -#include "Compiler.h" +#include "util/Compiler.h" #include <memory> |