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/update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/update.c') diff --git a/src/update.c b/src/update.c index 67d197236..4d0ed5118 100644 --- a/src/update.c +++ b/src/update.c @@ -26,7 +26,7 @@ #include "path.h" #include "playlist.h" #include "utils.h" -#include "main_notify.h" +#include "event_pipe.h" #include "condition.h" #include "update.h" #include "idle.h" -- cgit v1.2.3