summaryrefslogtreecommitdiffstats
path: root/client/red_peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/red_peer.h')
-rw-r--r--client/red_peer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/red_peer.h b/client/red_peer.h
index eb0597d8..2a53eae8 100644
--- a/client/red_peer.h
+++ b/client/red_peer.h
@@ -23,11 +23,11 @@
#include "common.h"
#include "red.h"
-#include "events_loop.h"
+#include "process_loop.h"
#include "threads.h"
#include "platform_utils.h"
-class RedPeer: protected EventsLoop::Socket {
+class RedPeer: protected EventSources::Socket {
public:
RedPeer();
virtual ~RedPeer();