diff dvdread/nav_types.h @ 20983:4da452b25fd5

Drop some unnecessary local changes.
author diego
date Sat, 18 Nov 2006 00:45:16 +0000
parents 22cb9d5f1e21
children de28f9e8cb00
line wrap: on
line diff
--- a/dvdread/nav_types.h	Sat Nov 18 00:42:25 2006 +0000
+++ b/dvdread/nav_types.h	Sat Nov 18 00:45:16 2006 +0000
@@ -4,10 +4,6 @@
 /*
  * Copyright (C) 2000, 2001, 2002 Håkan Hjort <d95hjort@dtek.chalmers.se>
  *
- * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
- * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
- * $Id$
- *
  * The data structures in this file should represent the layout of the
  * pci and dsi packets as they are stored in the stream.  Information
  * found by reading the source to VOBDUMP is the base for the structure
@@ -34,7 +30,7 @@
  */
 
 #include <inttypes.h>
-#include "ifo_types.h" /* only dvd_time_t, vm_cmd_t and user_ops_t */
+#include <dvdread/ifo_types.h> /* only dvd_time_t, vm_cmd_t and user_ops_t */
 
 
 #undef ATTRIBUTE_PACKED