Mercurial > libdvdnav.hg
comparison settings.c @ 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 | ce4230602517 |
comparison
equal
deleted
inserted
replaced
285:52877d182e96 | 286:6fac6a613ea5 |
---|---|
23 | 23 |
24 #ifdef HAVE_CONFIG_H | 24 #ifdef HAVE_CONFIG_H |
25 #include "config.h" | 25 #include "config.h" |
26 #endif | 26 #endif |
27 | 27 |
28 #include <inttypes.h> | |
28 #include "dvd_types.h" | 29 #include "dvd_types.h" |
29 #include "nav_types.h" | 30 #include "nav_types.h" |
30 #include "ifo_types.h" | 31 #include "ifo_types.h" |
31 #include "remap.h" | 32 #include "remap.h" |
32 #include "vm/decoder.h" | 33 #include "vm/decoder.h" |