diff vm/vm.h @ 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 6299ccea8a38
children fdbfb58d2735
line wrap: on
line diff
--- a/vm/vm.h	Thu Apr 19 15:45:30 2007 +0000
+++ b/vm/vm.h	Fri Apr 20 23:24:59 2007 +0000
@@ -26,9 +26,6 @@
 #ifndef VM_H_INCLUDED
 #define VM_H_INCLUDED
 
-#include "remap.h"
-#include "dvdnav_internal.h"
-
 /* DOMAIN enum */
 
 typedef enum {
@@ -172,6 +169,8 @@
 audio_attr_t vm_get_audio_attr(vm_t *vm, int streamN);
 subp_attr_t  vm_get_subp_attr(vm_t *vm, int streamN);
 
+/* Uncomment for VM command tracing */
+/* #define TRACE */
 #ifdef TRACE
 /* Debug */
 void vm_position_print(vm_t *vm, vm_position_t *position);