changeset 332:68736572c62c src

removed unnecessary inclusion of vmcmd.h; patch by Erik Hovland - erik hovland org
author nicodvb
date Sat, 19 Apr 2008 09:11:14 +0000
parents 3ddf1838e3b1
children 62623c14eb9b
files navigation.c read_cache.c remap.c searching.c settings.c vm/vm.c
diffstat 6 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/navigation.c	Sat Jan 05 15:17:28 2008 +0000
+++ b/navigation.c	Sat Apr 19 09:11:14 2008 +0000
@@ -35,7 +35,6 @@
 #include "remap.h"
 #include "vm/decoder.h"
 #include "vm/vm.h"
-#include "vm/vmcmd.h"
 #include "dvdnav.h"
 #include "dvdnav_internal.h"
 
--- a/read_cache.c	Sat Jan 05 15:17:28 2008 +0000
+++ b/read_cache.c	Sat Apr 19 09:11:14 2008 +0000
@@ -42,7 +42,6 @@
 #include "remap.h"
 #include "vm/decoder.h"
 #include "vm/vm.h"
-#include "vm/vmcmd.h"
 #include "dvdnav.h"
 #include "dvdnav_internal.h"
 #include "read_cache.h"
--- a/remap.c	Sat Jan 05 15:17:28 2008 +0000
+++ b/remap.c	Sat Apr 19 09:11:14 2008 +0000
@@ -45,7 +45,6 @@
 #include "remap.h"
 #include "vm/decoder.h"
 #include "vm/vm.h"
-#include "vm/vmcmd.h"
 #include "dvdnav.h"
 #include "dvdnav_internal.h"
 
--- a/searching.c	Sat Jan 05 15:17:28 2008 +0000
+++ b/searching.c	Sat Apr 19 09:11:14 2008 +0000
@@ -38,7 +38,6 @@
 #include "remap.h"
 #include "vm/decoder.h"
 #include "vm/vm.h"
-#include "vm/vmcmd.h"
 #include "dvdnav.h"
 #include "dvdnav_internal.h"
 
--- a/settings.c	Sat Jan 05 15:17:28 2008 +0000
+++ b/settings.c	Sat Apr 19 09:11:14 2008 +0000
@@ -35,7 +35,6 @@
 #include "remap.h"
 #include "vm/decoder.h"
 #include "vm/vm.h"
-#include "vm/vmcmd.h"
 #include "dvdnav.h"
 #include "dvdnav_internal.h"
 
--- a/vm/vm.c	Sat Jan 05 15:17:28 2008 +0000
+++ b/vm/vm.c	Sat Apr 19 09:11:14 2008 +0000
@@ -48,7 +48,6 @@
 #include "decoder.h"
 #include "remap.h"
 #include "vm.h"
-#include "vmcmd.h"
 #include "dvdnav.h"
 #include "dvdnav_internal.h"