winegstreamer: Remove some redundant includes.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
672272e95a
commit
18b6115d53
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
#include "mfapi.h"
|
#include "mfapi.h"
|
||||||
#include "mferror.h"
|
#include "mferror.h"
|
||||||
#include "mfidl.h"
|
|
||||||
#include "ks.h"
|
#include "ks.h"
|
||||||
#include "ksmedia.h"
|
#include "ksmedia.h"
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
#ifndef __GST_PRIVATE_INCLUDED__
|
#ifndef __GST_PRIVATE_INCLUDED__
|
||||||
#define __GST_PRIVATE_INCLUDED__
|
#define __GST_PRIVATE_INCLUDED__
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
@ -29,13 +30,8 @@
|
||||||
#define COBJMACROS
|
#define COBJMACROS
|
||||||
#define NONAMELESSSTRUCT
|
#define NONAMELESSSTRUCT
|
||||||
#define NONAMELESSUNION
|
#define NONAMELESSUNION
|
||||||
#include "windef.h"
|
|
||||||
#include "winbase.h"
|
|
||||||
#include "wtypes.h"
|
|
||||||
#include "winuser.h"
|
|
||||||
#include "dshow.h"
|
#include "dshow.h"
|
||||||
#include "strmif.h"
|
#include "mfidl.h"
|
||||||
#include "mfobjects.h"
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
#include "wine/strmbase.h"
|
#include "wine/strmbase.h"
|
||||||
|
|
||||||
|
|
|
@ -23,14 +23,9 @@
|
||||||
#include "gst_private.h"
|
#include "gst_private.h"
|
||||||
#include "gst_guids.h"
|
#include "gst_guids.h"
|
||||||
|
|
||||||
#include "vfwmsgs.h"
|
|
||||||
#include "amvideo.h"
|
#include "amvideo.h"
|
||||||
|
|
||||||
#include "wine/debug.h"
|
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
#include "dvdmedia.h"
|
#include "dvdmedia.h"
|
||||||
#include "mmreg.h"
|
#include "mmreg.h"
|
||||||
#include "ks.h"
|
#include "ks.h"
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
#include "gst_private.h"
|
#include "gst_private.h"
|
||||||
#include "winternl.h"
|
#include "winternl.h"
|
||||||
#include "rpcproxy.h"
|
#include "rpcproxy.h"
|
||||||
#include "wine/debug.h"
|
|
||||||
|
|
||||||
#include "initguid.h"
|
#include "initguid.h"
|
||||||
#include "gst_guids.h"
|
#include "gst_guids.h"
|
||||||
|
|
|
@ -20,19 +20,9 @@
|
||||||
|
|
||||||
#include "gst_private.h"
|
#include "gst_private.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <stdarg.h>
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
#define COBJMACROS
|
|
||||||
#define NONAMELESSUNION
|
|
||||||
|
|
||||||
#include "mfapi.h"
|
#include "mfapi.h"
|
||||||
#include "mferror.h"
|
#include "mferror.h"
|
||||||
#include "mfidl.h"
|
|
||||||
#include "mfobjects.h"
|
|
||||||
|
|
||||||
#include "wine/debug.h"
|
|
||||||
#include "wine/list.h"
|
#include "wine/list.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(mfplat);
|
WINE_DEFAULT_DEBUG_CHANNEL(mfplat);
|
||||||
|
|
|
@ -19,12 +19,7 @@
|
||||||
|
|
||||||
#include "gst_private.h"
|
#include "gst_private.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <stdarg.h>
|
|
||||||
|
|
||||||
#include "gst_private.h"
|
|
||||||
#include "mfapi.h"
|
#include "mfapi.h"
|
||||||
#include "mfidl.h"
|
|
||||||
#include "ks.h"
|
#include "ks.h"
|
||||||
#include "ksmedia.h"
|
#include "ksmedia.h"
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,6 @@
|
||||||
#include "gst_private.h"
|
#include "gst_private.h"
|
||||||
#include "winternl.h"
|
#include "winternl.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/video/video.h>
|
#include <gst/video/video.h>
|
||||||
#include <gst/audio/audio.h>
|
#include <gst/audio/audio.h>
|
||||||
|
|
Loading…
Reference in New Issue