Mercurial > libdvdnav.hg
comparison libdvdread/ifo_print.c @ 369:1ab4b25afca3 src
removed inclusion of vmcmd.h
author | nicodvb |
---|---|
date | Sun, 01 Jun 2008 16:00:17 +0000 |
parents | 1274107d0eac |
children |
comparison
equal
deleted
inserted
replaced
368:62dd6af82d7b | 369:1ab4b25afca3 |
---|---|
26 #include <assert.h> | 26 #include <assert.h> |
27 | 27 |
28 #include "ifo_types.h" | 28 #include "ifo_types.h" |
29 #include "ifo_read.h" | 29 #include "ifo_read.h" |
30 #include "ifo_print.h" | 30 #include "ifo_print.h" |
31 #include "vmcmd.h" | |
32 | 31 |
33 /* Put this in some other file / package? It's used in nav_print too. */ | 32 /* Put this in some other file / package? It's used in nav_print too. */ |
34 static void ifo_print_time(int level, dvd_time_t *dtime) { | 33 static void ifo_print_time(int level, dvd_time_t *dtime) { |
35 const char *rate; | 34 const char *rate; |
36 assert((dtime->hour>>4) < 0xa && (dtime->hour&0xf) < 0xa); | 35 assert((dtime->hour>>4) < 0xa && (dtime->hour&0xf) < 0xa); |