Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
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
Aleksandr Isakov
wine-fonts
Commits
a894ab6b
Commit
a894ab6b
authored
May 16, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
May 17, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quartz: Exclude unused headers.
parent
b19fa1d2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
15 deletions
+0
-15
parser.c
dlls/quartz/parser.c
+0
-5
systemclock.c
dlls/quartz/systemclock.c
+0
-1
transform.c
dlls/quartz/transform.c
+0
-6
videorenderer.c
dlls/quartz/videorenderer.c
+0
-2
waveparser.c
dlls/quartz/waveparser.c
+0
-1
No files found.
dlls/quartz/parser.c
View file @
a894ab6b
...
...
@@ -23,14 +23,9 @@
#include "control_private.h"
#include "pin.h"
#include "uuids.h"
#include "aviriff.h"
#include "mmreg.h"
#include "vfwmsgs.h"
#include "amvideo.h"
#include "fourcc.h"
#include "wine/unicode.h"
#include "wine/debug.h"
...
...
dlls/quartz/systemclock.c
View file @
a894ab6b
...
...
@@ -22,7 +22,6 @@
#include "wine/debug.h"
#include "wine/unicode.h"
#include "uuids.h"
#include <assert.h>
WINE_DEFAULT_DEBUG_CHANNEL
(
quartz
);
...
...
dlls/quartz/transform.c
View file @
a894ab6b
...
...
@@ -24,17 +24,11 @@
#include "control_private.h"
#include "pin.h"
#include "uuids.h"
#include "aviriff.h"
#include "mmreg.h"
#include "vfwmsgs.h"
#include "amvideo.h"
#include "windef.h"
#include "winbase.h"
#include "dshow.h"
#include "strmif.h"
#include "vfwmsgs.h"
#include "evcode.h"
#include "vfw.h"
#include <assert.h>
...
...
dlls/quartz/videorenderer.c
View file @
a894ab6b
...
...
@@ -27,10 +27,8 @@
#include "pin.h"
#include "uuids.h"
#include "mmreg.h"
#include "vfwmsgs.h"
#include "amvideo.h"
#include "fourcc.h"
#include "windef.h"
#include "winbase.h"
#include "dshow.h"
...
...
dlls/quartz/waveparser.c
View file @
a894ab6b
...
...
@@ -24,7 +24,6 @@
#include "uuids.h"
#include "aviriff.h"
#include "mmreg.h"
#include "vfwmsgs.h"
#include "mmsystem.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