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/config | |
parent | 0ebba73cb8d74d18d6af87bbed99e91bac6a4eac (diff) |
Compiler.h: move to util/
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Block.hxx | 2 | ||||
-rw-r--r-- | src/config/Check.hxx | 2 | ||||
-rw-r--r-- | src/config/Option.hxx | 2 | ||||
-rw-r--r-- | src/config/Param.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/config/Block.hxx b/src/config/Block.hxx index 035d8c395..e20f00116 100644 --- a/src/config/Block.hxx +++ b/src/config/Block.hxx @@ -22,7 +22,7 @@ #include "check.h" #include "Param.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include <string> #include <vector> diff --git a/src/config/Check.hxx b/src/config/Check.hxx index 5f23b2198..ca6bf5a7d 100644 --- a/src/config/Check.hxx +++ b/src/config/Check.hxx @@ -21,7 +21,7 @@ #define MPD_CONFIG_CHECK_HXX #include "Option.hxx" -#include "Compiler.h" +#include "util/Compiler.h" struct ConfigData; diff --git a/src/config/Option.hxx b/src/config/Option.hxx index 6a66fff39..d98fab1a0 100644 --- a/src/config/Option.hxx +++ b/src/config/Option.hxx @@ -20,7 +20,7 @@ #ifndef MPD_CONFIG_OPTION_HXX #define MPD_CONFIG_OPTION_HXX -#include "Compiler.h" +#include "util/Compiler.h" #if defined(_WIN32) && CLANG_OR_GCC_VERSION(4,7) /* "INPUT" is declared by winuser.h */ diff --git a/src/config/Param.hxx b/src/config/Param.hxx index d7be49a55..bd0cefb5a 100644 --- a/src/config/Param.hxx +++ b/src/config/Param.hxx @@ -21,7 +21,7 @@ #define MPD_CONFIG_PARAM_HXX #include "check.h" -#include "Compiler.h" +#include "util/Compiler.h" #include <string> |