--- src/ifo_print.h | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/src/ifo_print.h b/src/ifo_print.h index 9e7367a..bd6f644 100644 --- a/src/ifo_print.h +++ b/src/ifo_print.h @@ -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 +#include "ifo_types.h" void ifo_print(dvd_reader_t *dvd, int title); -- 1.5.3.2 _______________________________________________ DVDnav-discuss mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
