# HG changeset patch # User nicodvb # Date 1208596274 0 # Node ID 68736572c62cf537306fb012acf844883c319c8b # Parent 3ddf1838e3b1f364e91587a3b5fca8db75f087a4 removed unnecessary inclusion of vmcmd.h; patch by Erik Hovland - erik hovland org diff -r 3ddf1838e3b1 -r 68736572c62c navigation.c --- 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" diff -r 3ddf1838e3b1 -r 68736572c62c read_cache.c --- 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" diff -r 3ddf1838e3b1 -r 68736572c62c remap.c --- 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" diff -r 3ddf1838e3b1 -r 68736572c62c searching.c --- 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" diff -r 3ddf1838e3b1 -r 68736572c62c settings.c --- 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" diff -r 3ddf1838e3b1 -r 68736572c62c vm/vm.c --- 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"