aboutsummaryrefslogtreecommitdiff
path: root/src/Main.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-09 08:36:52 +0100
committerMax Kellermann <max@duempel.org>2013-01-09 13:01:38 +0100
commite86e77ad67f883111d50f0886204ad96c8d0f90b (patch)
treed3a6dfa79c2b3326020a4fcd9f3f335ba06ec280 /src/Main.cxx
parent3c4bb9ff4ed60297af0e63befabf37b50b9fe745 (diff)
idle: convert to C++
Diffstat (limited to 'src/Main.cxx')
-rw-r--r--src/Main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx
index 7ff19538..cd6392d5 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"