Revision
65
Author
robert@fledge.watson.org
Date
2009-10-28 02:22:19 -0700 (Wed, 28 Oct 2009)

Log Message

Remove unneeded include of sys/event.h.

Submitted by:	Paolo Bonzini <bonzini@gnu.org>

Modified Paths

Diff

Modified: trunk/src/private.h (64 => 65)


--- trunk/src/private.h	2009-10-28 09:21:08 UTC (rev 64)
+++ trunk/src/private.h	2009-10-28 09:22:19 UTC (rev 65)
@@ -34,7 +34,6 @@
 #endif
 #include <unistd.h>
 #include <sys/cdefs.h>
-#include <sys/event.h>
 #include <pthread.h>
 
 #ifndef __DISPATCH_BUILDING_DISPATCH__