aboutsummaryrefslogtreecommitdiff
path: root/src/Main.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-07 09:38:02 +0100
committerMax Kellermann <max@duempel.org>2013-01-07 10:07:40 +0100
commit975370c084c8d679ff2cc2fcee48326b1dbcbf2e (patch)
treea7df707eb1712c1921367862b35c6265c80bd5a5 /src/Main.cxx
parentc3c776bc6aa9f550a832ff3a2ace4f7980f6a791 (diff)
decoder_api.h, ...: add "extern C"
Diffstat (limited to 'src/Main.cxx')
-rw-r--r--src/Main.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Main.cxx b/src/Main.cxx
index 808a445f..7ff19538 100644
--- a/src/Main.cxx
+++ b/src/Main.cxx
@@ -36,23 +36,23 @@
#include "Partition.hxx"
#include "Volume.hxx"
#include "OutputAll.hxx"
+#include "tag.h"
+#include "conf.h"
+#include "replay_gain_config.h"
extern "C" {
#include "daemon.h"
#include "io_thread.h"
#include "idle.h"
-#include "conf.h"
#include "path.h"
#include "stats.h"
#include "sig_handlers.h"
#include "audio_config.h"
#include "log.h"
#include "pcm_resample.h"
-#include "replay_gain_config.h"
#include "decoder_list.h"
#include "input_init.h"
#include "playlist_list.h"
-#include "tag.h"
#include "zeroconf.h"
#include "event_pipe.h"
}