diff vm/vm.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 97ad00b13609
children 54b6a000f6da
line wrap: on
line diff
--- a/vm/vm.c	Thu Apr 19 15:45:30 2007 +0000
+++ b/vm/vm.c	Fri Apr 20 23:24:59 2007 +0000
@@ -38,9 +38,16 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 
+#include "nav_types.h"
 #include "ifo_types.h"
 #include "ifo_read.h"
+#include "dvd_types.h"
 
+#include "decoder.h"
+#include "remap.h"
+#include "vm.h"
+#include "vmcmd.h"
+#include "dvdnav.h"
 #include "dvdnav_internal.h"
 
 #ifdef _MSC_VER