event_pipe.h: convert to C++

This commit is contained in:
Max Kellermann
2013-01-09 22:37:47 +01:00
parent 8eacd13ce7
commit 5faf443038
16 changed files with 21 additions and 44 deletions

View File

@@ -21,10 +21,7 @@
#include "UpdateRemove.hxx"
#include "Playlist.hxx"
#include "Partition.hxx"
extern "C" {
#include "event_pipe.h"
}
#include "EventPipe.hxx"
#include "song.h"
#include "Main.hxx"