diff options
author | Max Kellermann <max@duempel.org> | 2013-01-09 22:37:47 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-09 22:37:47 +0100 |
commit | 5faf443038edfb7e79ae423a3499faa3af05d64b (patch) | |
tree | d1c821578e67a400161cd646d07dc887ee98c57f /src/PlaylistGlobal.cxx | |
parent | 8eacd13ce7f528adc52614ce3cc5faf963b3fc5a (diff) |
event_pipe.h: convert to C++
Diffstat (limited to 'src/PlaylistGlobal.cxx')
-rw-r--r-- | src/PlaylistGlobal.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/PlaylistGlobal.cxx b/src/PlaylistGlobal.cxx index 1a5f11410..87f362a2e 100644 --- a/src/PlaylistGlobal.cxx +++ b/src/PlaylistGlobal.cxx @@ -27,10 +27,7 @@ #include "Playlist.hxx" #include "Main.hxx" #include "Partition.hxx" - -extern "C" { -#include "event_pipe.h" -} +#include "EventPipe.hxx" static void playlist_tag_event(void) |