diff options
author | Heiko Schaefer <heikos@users.sourceforge.net> | 2002-08-09 13:50:17 +0000 |
---|---|---|
committer | Heiko Schaefer <heikos@users.sourceforge.net> | 2002-08-09 13:50:17 +0000 |
commit | 650a6d231e672eea8498f0d44df9cd658052ac46 (patch) | |
tree | 22238f5146f818b250d40503a4e7099b43d69b29 | |
parent | 551bada5e908fa5e27f25360275c699ef0914b88 (diff) | |
download | xine-lib-650a6d231e672eea8498f0d44df9cd658052ac46.tar.gz xine-lib-650a6d231e672eea8498f0d44df9cd658052ac46.tar.bz2 |
seems to compile better this way :)
CVS patchset: 2411
CVS date: 2002/08/09 13:50:17
-rw-r--r-- | src/input/input_dvd.c | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c index 13a4caf33..3fa01a023 100644 --- a/src/input/input_dvd.c +++ b/src/input/input_dvd.c @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_dvd.c,v 1.54 2002/08/09 07:34:47 richwareham Exp $ + * $Id: input_dvd.c,v 1.55 2002/08/09 13:50:17 heikos Exp $ * */ @@ -64,14 +64,9 @@ #endif /* Xine includes */ -#include <xine/xineutils.h> -#include <xine/buffer.h> -#include <xine/input_plugin.h> -#include <xine/video_out.h> -#include <xine/events.h> -#include <xine/metronom.h> -#include <xine/spu_decoder_api.h> -#include <xine/xine_internal.h> +#include <xineutils.h> +#include <buffer.h> +#include <xine_internal.h> /* DVDNAV includes */ #include <dvdnav.h> @@ -1398,6 +1393,9 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { /* * $Log: input_dvd.c,v $ + * Revision 1.55 2002/08/09 13:50:17 heikos + * seems to compile better this way :) + * * Revision 1.54 2002/08/09 07:34:47 richwareham * More include fixes * |