summaryrefslogtreecommitdiff
path: root/source3/include/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/event.h')
-rw-r--r--source3/include/event.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/event.h b/source3/include/event.h
index f3c468c9b8..ce687eca6d 100644
--- a/source3/include/event.h
+++ b/source3/include/event.h
@@ -19,11 +19,6 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-struct event_context;
-struct timed_event;
-
-struct fd_event;
-
/* bits for file descriptor event flags */
#define EVENT_FD_READ 1
#define EVENT_FD_WRITE 2