diff options
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 808a445f0..7ff19538d 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" } |