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/sticker | |
parent | 0ebba73cb8d74d18d6af87bbed99e91bac6a4eac (diff) |
Compiler.h: move to util/
Diffstat (limited to 'src/sticker')
-rw-r--r-- | src/sticker/StickerDatabase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sticker/StickerDatabase.hxx b/src/sticker/StickerDatabase.hxx index e533fbfbe..ecb735c90 100644 --- a/src/sticker/StickerDatabase.hxx +++ b/src/sticker/StickerDatabase.hxx @@ -43,7 +43,7 @@ #define MPD_STICKER_DATABASE_HXX #include "Match.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include <string> |