diff loader/dshow/DS_AudioDecoder.c @ 23429:450bb2a75cba

Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled and cluttered the code. Blessed by Reimar.
author diego
date Sat, 02 Jun 2007 12:26:27 +0000
parents 49f01f8fbd60
children edbf07d80f62
line wrap: on
line diff
--- a/loader/dshow/DS_AudioDecoder.c	Sat Jun 02 12:24:35 2007 +0000
+++ b/loader/dshow/DS_AudioDecoder.c	Sat Jun 02 12:26:27 2007 +0000
@@ -6,12 +6,7 @@
 *********************************************************/
 #include "config.h"
 
-#ifndef NOAVIFILE_HEADERS
-#include "audiodecoder.h"
-#include "except.h"
-#else
 #include "libwin32.h"
-#endif
 
 #include "DS_Filter.h"