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/Idle.cxx | |
parent | 8eacd13ce7f528adc52614ce3cc5faf963b3fc5a (diff) |
event_pipe.h: convert to C++
Diffstat (limited to 'src/Idle.cxx')
-rw-r--r-- | src/Idle.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Idle.cxx b/src/Idle.cxx index 4027461c2..0d42f7dd5 100644 --- a/src/Idle.cxx +++ b/src/Idle.cxx @@ -24,10 +24,7 @@ #include "config.h" #include "Idle.hxx" - -extern "C" { -#include "event_pipe.h" -} +#include "EventPipe.hxx" #include <assert.h> #include <glib.h> |