diff highlight.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 bd8601b74c3d
children 175d5fef21e4
line wrap: on
line diff
--- a/highlight.c	Wed Mar 26 14:37:23 2003 +0000
+++ b/highlight.c	Thu Mar 27 15:12:26 2003 +0000
@@ -26,12 +26,9 @@
 #endif
 
 #include <assert.h>
-
+#include <dvdread/nav_types.h>
 #include "dvdnav_internal.h"
 
-#include "vm.h"
-#include <dvdread/nav_types.h>
-
 /*
 #define BUTTON_TESTING
 */
@@ -39,7 +36,6 @@
 #ifdef BUTTON_TESTING
 
 #include <dvdread/nav_print.h>
-#include "vmcmd.h"
 
 static void print_time(dvd_time_t *dtime) {
   const char *rate;