From 9f5934d95bac6436ccc9a6dadc57e1e062505a79 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 1 Jan 2009 18:12:00 +0100 Subject: main_notify: renamed source to event_pipe.c We are going to migrate away from the concept of notifying the main thread. There should be events sent to it instead. This patch starts a series to implement that. --- src/idle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/idle.c') diff --git a/src/idle.c b/src/idle.c index 4de252ada..f7c3aadd3 100644 --- a/src/idle.c +++ b/src/idle.c @@ -22,7 +22,7 @@ */ #include "idle.h" -#include "main_notify.h" +#include "event_pipe.h" #include #include -- cgit v1.2.3