diff options
Diffstat (limited to 'source3/include/event.h')
-rw-r--r-- | source3/include/event.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/event.h b/source3/include/event.h index f3c468c9b8d..ce687eca6d6 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 |