diff settings.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 f22458f928b8
children b80dff4bef76
line wrap: on
line diff
--- a/settings.c	Wed Mar 26 14:37:23 2003 +0000
+++ b/settings.c	Thu Mar 27 15:12:26 2003 +0000
@@ -27,8 +27,6 @@
 
 #include "dvdnav_internal.h"
 
-#include "vm.h"
-
 /* Characteristics/setting API calls */
 
 dvdnav_status_t dvdnav_get_region_mask(dvdnav_t *this, int *region) {