Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
18b6115d
Commit
18b6115d
authored
Feb 22, 2021
by
Zebediah Figura
Committed by
Alexandre Julliard
Feb 23, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winegstreamer: Remove some redundant includes.
Signed-off-by:
Zebediah Figura
<
z.figura12@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
672272e9
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2 additions
and
29 deletions
+2
-29
audioconvert.c
dlls/winegstreamer/audioconvert.c
+0
-1
gst_private.h
dlls/winegstreamer/gst_private.h
+2
-6
gstdemux.c
dlls/winegstreamer/gstdemux.c
+0
-5
main.c
dlls/winegstreamer/main.c
+0
-1
media_source.c
dlls/winegstreamer/media_source.c
+0
-10
mfplat.c
dlls/winegstreamer/mfplat.c
+0
-5
wg_parser.c
dlls/winegstreamer/wg_parser.c
+0
-1
No files found.
dlls/winegstreamer/audioconvert.c
View file @
18b6115d
...
...
@@ -21,7 +21,6 @@
#include "mfapi.h"
#include "mferror.h"
#include "mfidl.h"
#include "ks.h"
#include "ksmedia.h"
...
...
dlls/winegstreamer/gst_private.h
View file @
18b6115d
...
...
@@ -21,6 +21,7 @@
#ifndef __GST_PRIVATE_INCLUDED__
#define __GST_PRIVATE_INCLUDED__
#include <assert.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
...
...
@@ -29,13 +30,8 @@
#define COBJMACROS
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
#include "windef.h"
#include "winbase.h"
#include "wtypes.h"
#include "winuser.h"
#include "dshow.h"
#include "strmif.h"
#include "mfobjects.h"
#include "mfidl.h"
#include "wine/debug.h"
#include "wine/strmbase.h"
...
...
dlls/winegstreamer/gstdemux.c
View file @
18b6115d
...
...
@@ -23,14 +23,9 @@
#include "gst_private.h"
#include "gst_guids.h"
#include "vfwmsgs.h"
#include "amvideo.h"
#include "wine/debug.h"
#include <assert.h>
#include <limits.h>
#include "dvdmedia.h"
#include "mmreg.h"
#include "ks.h"
...
...
dlls/winegstreamer/main.c
View file @
18b6115d
...
...
@@ -21,7 +21,6 @@
#include "gst_private.h"
#include "winternl.h"
#include "rpcproxy.h"
#include "wine/debug.h"
#include "initguid.h"
#include "gst_guids.h"
...
...
dlls/winegstreamer/media_source.c
View file @
18b6115d
...
...
@@ -20,19 +20,9 @@
#include "gst_private.h"
#include <assert.h>
#include <stdarg.h>
#include <assert.h>
#define COBJMACROS
#define NONAMELESSUNION
#include "mfapi.h"
#include "mferror.h"
#include "mfidl.h"
#include "mfobjects.h"
#include "wine/debug.h"
#include "wine/list.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
mfplat
);
...
...
dlls/winegstreamer/mfplat.c
View file @
18b6115d
...
...
@@ -19,12 +19,7 @@
#include "gst_private.h"
#include <assert.h>
#include <stdarg.h>
#include "gst_private.h"
#include "mfapi.h"
#include "mfidl.h"
#include "ks.h"
#include "ksmedia.h"
...
...
dlls/winegstreamer/wg_parser.c
View file @
18b6115d
...
...
@@ -30,7 +30,6 @@
#include "gst_private.h"
#include "winternl.h"
#include <assert.h>
#include <gst/gst.h>
#include <gst/video/video.h>
#include <gst/audio/audio.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment