diff options
Diffstat (limited to '')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 7ff19538d..cd6392d58 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -39,11 +39,11 @@ #include "tag.h" #include "conf.h" #include "replay_gain_config.h" +#include "Idle.hxx" extern "C" { #include "daemon.h" #include "io_thread.h" -#include "idle.h" #include "path.h" #include "stats.h" #include "sig_handlers.h" |