Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
c058e562
Commit
c058e562
authored
Feb 10, 2022
by
Nikolay Sivov
Committed by
Alexandre Julliard
Feb 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mfplat: Remove duplicated includes.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
54f851bb
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
12 deletions
+0
-12
buffer.c
dlls/mfplat/buffer.c
+0
-2
main.c
dlls/mfplat/main.c
+0
-1
mediatype.c
dlls/mfplat/mediatype.c
+0
-2
queue.c
dlls/mfplat/queue.c
+0
-6
sample.c
dlls/mfplat/sample.c
+0
-1
No files found.
dlls/mfplat/buffer.c
View file @
c058e562
...
...
@@ -26,8 +26,6 @@
#include "d3d9.h"
#include "evr.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
mfplat
);
#define ALIGN_SIZE(size, alignment) (((size) + (alignment)) & ~((alignment)))
...
...
dlls/mfplat/main.c
View file @
c058e562
...
...
@@ -36,7 +36,6 @@
#include "d3d11.h"
#include "uuids.h"
#include "wine/debug.h"
#include "wine/list.h"
#include "mfplat_private.h"
...
...
dlls/mfplat/mediatype.c
View file @
c058e562
...
...
@@ -25,8 +25,6 @@
#include "ks.h"
#include "ksmedia.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
mfplat
);
DEFINE_MEDIATYPE_GUID
(
MFVideoFormat_IMC1
,
MAKEFOURCC
(
'I'
,
'M'
,
'C'
,
'1'
));
...
...
dlls/mfplat/queue.c
View file @
c058e562
...
...
@@ -16,13 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdarg.h>
#define COBJMACROS
#define NONAMELESSUNION
#include "wine/debug.h"
#include "wine/list.h"
#include "mfplat_private.h"
#include "rtworkq.h"
...
...
dlls/mfplat/sample.c
View file @
c058e562
...
...
@@ -25,7 +25,6 @@
#include "initguid.h"
#include "dxva2api.h"
#include "wine/debug.h"
#include "wine/list.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
mfplat
);
...
...
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