Mercurial > libdvdnav.hg
comparison settings.c @ 288:ce4230602517 src
moved away from dvdnav_internal.h inclusion of various system headers
author | nicodvb |
---|---|
date | Sat, 21 Apr 2007 11:56:41 +0000 |
parents | 6fac6a613ea5 |
children | 54b6a000f6da |
comparison
equal
deleted
inserted
replaced
287:f22a52d426a3 | 288:ce4230602517 |
---|---|
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 <inttypes.h> |
29 #include <string.h> | |
29 #include "dvd_types.h" | 30 #include "dvd_types.h" |
30 #include "nav_types.h" | 31 #include "nav_types.h" |
31 #include "ifo_types.h" | 32 #include "ifo_types.h" |
32 #include "remap.h" | 33 #include "remap.h" |
33 #include "vm/decoder.h" | 34 #include "vm/decoder.h" |