summaryrefslogtreecommitdiffstats
path: root/loader/dmo
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dmo')
-rw-r--r--loader/dmo/DMO_AudioDecoder.c5
-rw-r--r--loader/dmo/DMO_VideoDecoder.c10
2 files changed, 0 insertions, 15 deletions
diff --git a/loader/dmo/DMO_AudioDecoder.c b/loader/dmo/DMO_AudioDecoder.c
index 661883beab..83a90659ba 100644
--- a/loader/dmo/DMO_AudioDecoder.c
+++ b/loader/dmo/DMO_AudioDecoder.c
@@ -5,15 +5,10 @@
*********************************************************/
#include "config.h"
-#ifndef NOAVIFILE_HEADERS
-#include "audiodecoder.h"
-#include "except.h"
-#else
#include "dshow/libwin32.h"
#ifdef WIN32_LOADER
#include "ldt_keeper.h"
#endif
-#endif
#include "DMO_Filter.h"
#include "DMO_AudioDecoder.h"
diff --git a/loader/dmo/DMO_VideoDecoder.c b/loader/dmo/DMO_VideoDecoder.c
index 27f11e89af..6771bc126d 100644
--- a/loader/dmo/DMO_VideoDecoder.c
+++ b/loader/dmo/DMO_VideoDecoder.c
@@ -12,11 +12,7 @@
#include "../ldt_keeper.h"
#endif
-#ifndef NOAVIFILE_HEADERS
-#include "videodecoder.h"
-#else
#include "dshow/libwin32.h"
-#endif
#include "DMO_Filter.h"
#include "DMO_VideoDecoder.h"
@@ -39,12 +35,6 @@ struct _DMO_VideoDecoder
#include "../wine/winerror.h"
-#ifndef NOAVIFILE_HEADERS
-#define VFW_E_NOT_RUNNING 0x80040226
-#include "fourcc.h"
-#include "except.h"
-#endif
-
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>