[glib/gmain: 1/5] Remove #include for eventfd.h from gmain.c
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/gmain: 1/5] Remove #include for eventfd.h from gmain.c
- Date: Thu, 28 Jul 2011 04:09:13 +0000 (UTC)
commit 6893354bd1b56c75351b21e5a1b36434b2011152
Author: Ryan Lortie <desrt desrt ca>
Date: Tue Jul 26 19:23:27 2011 +0200
Remove #include for eventfd.h from gmain.c
Not needed since switching to GWakeup
glib/gmain.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/glib/gmain.c b/glib/gmain.c
index 8bbc206..41af376 100644
--- a/glib/gmain.c
+++ b/glib/gmain.c
@@ -49,9 +49,6 @@
#ifdef G_OS_UNIX
#include "glib-unix.h"
-#ifdef HAVE_EVENTFD
-#include <sys/eventfd.h>
-#endif
#endif
#include <signal.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]