comparison remap.c @ 285:52877d182e96 src

moved all header inclusions from .h to .c files; my word, I've never seen such a horrible entanglement as in this mess
author nicodvb
date Fri, 20 Apr 2007 23:24:59 +0000
parents 918fe20358cb
children 6fac6a613ea5
comparison
equal deleted inserted replaced
284:a5f395f352c9 285:52877d182e96
30 #define MAXPATHLEN 255 30 #define MAXPATHLEN 255
31 #endif 31 #endif
32 #endif /* _MSC_VER */ 32 #endif /* _MSC_VER */
33 33
34 #include <assert.h> 34 #include <assert.h>
35 #include "dvd_types.h"
36 #include "nav_types.h"
37 #include "ifo_types.h"
35 #include "remap.h" 38 #include "remap.h"
39 #include "vm/decoder.h"
40 #include "vm/vm.h"
41 #include "vm/vmcmd.h"
42 #include "dvdnav.h"
36 #include "dvdnav_internal.h" 43 #include "dvdnav_internal.h"
37 44
38 struct block_s { 45 struct block_s {
39 int domain; 46 int domain;
40 int title; 47 int title;