changeset 10:8bfb8ef95f9a src

remove inclusion that depended on DVDNAV_COMPILE; patch by Dan Nicholson
author nicodvb
date Sun, 08 Jun 2008 17:53:51 +0000
parents df4a5625b81d
children 5b63b7151e60
files ifo_print.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ifo_print.h	Thu Jun 05 10:25:04 2008 +0000
+++ b/ifo_print.h	Sun Jun 08 17:53:51 2008 +0000
@@ -21,11 +21,7 @@
 #define IFO_PRINT_H_INCLUDED
 
 #include <inttypes.h>
-#ifdef DVDNAV_COMPILE
 #  include "ifo_types.h"
-#else
-#  include <libdvdread/ifo_types.h> /*  Only for vm_cmd_t  */
-#endif
 
 void ifo_print(dvd_reader_t *dvd, int title);