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/database.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/database.c') diff --git a/src/database.c b/src/database.c index 1472b7120..8b66bc070 100644 --- a/src/database.c +++ b/src/database.c @@ -28,7 +28,7 @@ #include "utils.h" #include "dbUtils.h" #include "update.h" -#include "main_notify.h" +#include "event_pipe.h" #include "config.h" #include -- cgit v1.2.3