diff vmcmd.h @ 136:5897ff629f7c src

reorganize mutual header inclusion to fix warnings when compiling with TRACE defined fix vm_jump_title_part to use correct title number (up to now the number was considered to be VTS-relative, which it is not)
author mroi
date Thu, 27 Mar 2003 15:12:26 +0000
parents b6834e6359cf
children 175d5fef21e4
line wrap: on
line diff
--- a/vmcmd.h	Wed Mar 26 14:37:23 2003 +0000
+++ b/vmcmd.h	Thu Mar 27 15:12:26 2003 +0000
@@ -27,7 +27,7 @@
 
 #include <inttypes.h>
 #include <dvdread/ifo_types.h> /*  Only for vm_cmd_t  */
-#include "decoder.h"
+#include "dvdnav_internal.h"
 
 #ifdef TRACE
 void vmPrint_mnemonic(vm_cmd_t *command);