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/Instance.hxx | |
parent | 0ebba73cb8d74d18d6af87bbed99e91bac6a4eac (diff) |
Compiler.h: move to util/
Diffstat (limited to 'src/Instance.hxx')
-rw-r--r-- | src/Instance.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Instance.hxx b/src/Instance.hxx index 6b1e6d87a..4b9604dcb 100644 --- a/src/Instance.hxx +++ b/src/Instance.hxx @@ -24,7 +24,7 @@ #include "event/Loop.hxx" #include "event/Thread.hxx" #include "event/MaskMonitor.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #ifdef ENABLE_SYSTEMD_DAEMON #include "lib/systemd/Watchdog.hxx" |