diff settings.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 c2d0cf87a5ee
children 6fac6a613ea5
line wrap: on
line diff
--- a/settings.c	Thu Apr 19 15:45:30 2007 +0000
+++ b/settings.c	Fri Apr 20 23:24:59 2007 +0000
@@ -25,6 +25,14 @@
 #include "config.h"
 #endif
 
+#include "dvd_types.h"
+#include "nav_types.h"
+#include "ifo_types.h"
+#include "remap.h"
+#include "vm/decoder.h"
+#include "vm/vm.h"
+#include "vm/vmcmd.h"
+#include "dvdnav.h"
 #include "dvdnav_internal.h"
 
 /* Characteristics/setting API calls */