Mercurial > libdvdnav.hg
changeset 286:6fac6a613ea5 src
moved inclusion of inttypes.h from dvd_types.h to the including .c files
| author | nicodvb |
|---|---|
| date | Sat, 21 Apr 2007 11:08:56 +0000 |
| parents | 52877d182e96 |
| children | f22a52d426a3 |
| files | dvd_types.h remap.c settings.c |
| diffstat | 3 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/dvd_types.h Fri Apr 20 23:24:59 2007 +0000 +++ b/dvd_types.h Sat Apr 21 11:08:56 2007 +0000 @@ -29,9 +29,6 @@ #ifndef DVD_H_INCLUDED #define DVD_H_INCLUDED -#include <inttypes.h> - - /* * DVD Menu ID * (see dvdnav_menu_call())
