comparison vmcmd.c @ 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 5ddb33e104a8
comparison
equal deleted inserted replaced
135:5204d4e4cd3b 136:5897ff629f7c
29 #include <stdio.h> 29 #include <stdio.h>
30 #include <ctype.h> 30 #include <ctype.h>
31 #include <inttypes.h> 31 #include <inttypes.h>
32 #include <assert.h> 32 #include <assert.h>
33 33
34 #include "vmcmd.h"
35 #include "dvdnav_internal.h" 34 #include "dvdnav_internal.h"
36 35
37 36
38 #ifdef TRACE 37 #ifdef TRACE
39 38