diff highlight.c @ 169:90b1f6f0520e src

Modified libdvdnav to do without libdvdread. Use internal ifo tools.
author jcdutton
date Sun, 27 Apr 2003 01:26:18 +0000
parents 3bfaec0c1288
children dbea22936623
line wrap: on
line diff
--- a/highlight.c	Sun Apr 27 00:00:49 2003 +0000
+++ b/highlight.c	Sun Apr 27 01:26:18 2003 +0000
@@ -26,7 +26,7 @@
 #endif
 
 #include <assert.h>
-#include <dvdread/nav_types.h>
+#include "nav_types.h"
 #include "dvdnav_internal.h"
 
 /*
@@ -35,7 +35,7 @@
 
 #ifdef BUTTON_TESTING
 
-#include <dvdread/nav_print.h>
+#include "nav_print.h"
 
 static void print_time(dvd_time_t *dtime) {
   const char *rate;