changeset 26580:0abcf0f3d845

Remove loader/wine/avifmt.h #include, the AVI types declared there conflict with the ones from libmpdemux/aviheader.h, which is #included below.
author diego
date Wed, 30 Apr 2008 14:06:33 +0000
parents 647abf37a825
children f04ebe286154
files TOOLS/vivodump.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/vivodump.c	Wed Apr 30 14:03:32 2008 +0000
+++ b/TOOLS/vivodump.c	Wed Apr 30 14:06:33 2008 +0000
@@ -4,7 +4,6 @@
 #include <inttypes.h>
 
 #include "loader/wine/mmreg.h"
-#include "loader/wine/avifmt.h"
 #include "loader/wine/vfw.h"
 
 #include "stream/stream.h"