summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav/decoder.c
diff options
context:
space:
mode:
authorRich J Wareham <richwareham@users.sourceforge.net>2002-08-08 21:55:54 +0000
committerRich J Wareham <richwareham@users.sourceforge.net>2002-08-08 21:55:54 +0000
commitd8b8fd9cd1d18fab65570c46c68ad9d04d36f1b9 (patch)
tree2e3bc3e3c1f50b434d3d67480c06fc22ce24bbd5 /src/input/libdvdnav/decoder.c
parent892715d418f93897aa941bf8aaee69e74628099f (diff)
downloadxine-lib-d8b8fd9cd1d18fab65570c46c68ad9d04d36f1b9.tar.gz
xine-lib-d8b8fd9cd1d18fab65570c46c68ad9d04d36f1b9.tar.bz2
Changed loads of #include <dvdread/...> to #include <...>
CVS patchset: 2405 CVS date: 2002/08/08 21:55:54
Diffstat (limited to 'src/input/libdvdnav/decoder.c')
-rw-r--r--src/input/libdvdnav/decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/libdvdnav/decoder.c b/src/input/libdvdnav/decoder.c
index 8e177b49d..e5e64d0d7 100644
--- a/src/input/libdvdnav/decoder.c
+++ b/src/input/libdvdnav/decoder.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: decoder.c,v 1.1 2002/08/08 17:49:21 richwareham Exp $
+ * $Id: decoder.c,v 1.2 2002/08/08 21:55:54 richwareham Exp $
*
*/
@@ -30,7 +30,7 @@
#include <stdlib.h>
#include <inttypes.h>
#include <string.h> /* For memset */
-#include <dvdread/ifo_types.h> /* vm_cmd_t */
+#include <ifo_types.h> /* vm_cmd_t */
#include <assert.h>
#include "vmcmd.h"
#include "decoder.h"