diff vm.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 d9d75a22a061
children 7094c8661c05
line wrap: on
line diff
--- a/vm.h	Wed Mar 26 14:37:23 2003 +0000
+++ b/vm.h	Thu Mar 27 15:12:26 2003 +0000
@@ -26,9 +26,8 @@
 #ifndef VM_H_INCLUDED
 #define VM_H_INCLUDED
 
-#include "decoder.h"
 #include "remap.h"
-#include <dvd_types.h>
+#include "dvdnav_internal.h"
 
 /* DOMAIN enum */