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/command | |
parent | 0ebba73cb8d74d18d6af87bbed99e91bac6a4eac (diff) |
Compiler.h: move to util/
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/NeighborCommands.hxx | 2 | ||||
-rw-r--r-- | src/command/PlaylistCommands.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/command/NeighborCommands.hxx b/src/command/NeighborCommands.hxx index 9c383c599..574f43132 100644 --- a/src/command/NeighborCommands.hxx +++ b/src/command/NeighborCommands.hxx @@ -21,7 +21,7 @@ #define MPD_NEIGHBOR_COMMANDS_HXX #include "CommandResult.hxx" -#include "Compiler.h" +#include "util/Compiler.h" struct Instance; class Client; diff --git a/src/command/PlaylistCommands.hxx b/src/command/PlaylistCommands.hxx index 9a787a7d2..97746469a 100644 --- a/src/command/PlaylistCommands.hxx +++ b/src/command/PlaylistCommands.hxx @@ -21,7 +21,7 @@ #define MPD_PLAYLIST_COMMANDS_HXX #include "CommandResult.hxx" -#include "Compiler.h" +#include "util/Compiler.h" class Client; class Request; |