From ec54754e22602bbc18a7524b6ff07db2a4b6d095 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 20 Aug 2018 16:19:17 +0200 Subject: Compiler.h: move to util/ --- src/command/NeighborCommands.hxx | 2 +- src/command/PlaylistCommands.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/command') 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; -- cgit v1.2.3