From 051da02876d616d265da03463fb8ce1c905adc17 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 26 Jul 2001 11:36:45 +0000 Subject: Fixed event.h inclusion. CVS patchset: 351 CVS date: 2001/07/26 11:36:45 --- include/xine.h.tmpl.in | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 75a38c1ab..f072393a8 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -28,7 +28,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.33 2001/07/26 11:12:26 f1rmb Exp $ + * $Id: xine.h.tmpl.in,v 1.34 2001/07/26 11:36:45 f1rmb Exp $ * */ @@ -43,10 +43,6 @@ extern "C" { #include #include -#ifndef DOC_HIDDEN -#include -#endif - /** * \def XINE_SKINDIR * Skin file location @@ -1069,13 +1065,11 @@ ao_functions_t *xine_load_audio_output_plugin(config_values_t *config, char *id) */ -#ifdef DOC_HIDDEN /** * Opaque data type. * \sa event_listener_t, xine_send_event */ typedef void event_t; -#endif /** * Event listener callback. -- cgit v1.2.3