crossfade: convert to C++

This commit is contained in:
Max Kellermann
2013-01-04 10:31:59 +01:00
parent 22f0a1547c
commit 9a71845700
4 changed files with 7 additions and 8 deletions

View File

@@ -27,12 +27,12 @@
#include "song.h"
#include "Main.hxx"
#include "mpd_error.h"
#include "CrossFade.hxx"
extern "C" {
#include "player_control.h"
#include "output_all.h"
#include "event_pipe.h"
#include "crossfade.h"
#include "tag.h"
#include "idle.h"
}