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
3e897060
Commit
3e897060
authored
Nov 19, 2007
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Nov 19, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dlls: Remove duplicate includes.
parent
0977f858
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
8 deletions
+0
-8
atl_ax.c
dlls/atl/atl_ax.c
+0
-1
joystick_linux.c
dlls/dinput/joystick_linux.c
+0
-1
ns_name.c
dlls/dnsapi/ns_name.c
+0
-1
avidec.c
dlls/quartz/avidec.c
+0
-1
shfldr_unixfs.c
dlls/shell32/shfldr_unixfs.c
+0
-1
winpos.c
dlls/user32/winpos.c
+0
-1
uuid.c
dlls/uuid/uuid.c
+0
-1
mci.c
dlls/winmm/mci.c
+0
-1
No files found.
dlls/atl/atl_ax.c
View file @
3e897060
...
...
@@ -25,7 +25,6 @@
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winerror.h"
#include "winuser.h"
#include "wine/debug.h"
...
...
dlls/dinput/joystick_linux.c
View file @
3e897060
...
...
@@ -32,7 +32,6 @@
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <errno.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
...
...
dlls/dnsapi/ns_name.c
View file @
3e897060
...
...
@@ -32,7 +32,6 @@
# include <resolv.h>
#endif
#include <string.h>
#include <ctype.h>
/* Data. */
...
...
dlls/quartz/avidec.c
View file @
3e897060
...
...
@@ -24,7 +24,6 @@
#include "pin.h"
#include "uuids.h"
#include "vfwmsgs.h"
#include "amvideo.h"
#include "windef.h"
#include "winbase.h"
...
...
dlls/shell32/shfldr_unixfs.c
View file @
3e897060
...
...
@@ -140,7 +140,6 @@
# include <pwd.h>
#endif
#include <grp.h>
#include <limits.h>
#define COBJMACROS
#define NONAMELESSUNION
...
...
dlls/user32/winpos.c
View file @
3e897060
...
...
@@ -26,7 +26,6 @@
#include <string.h>
#include "ntstatus.h"
#define WIN32_NO_STATUS
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/uuid/uuid.c
View file @
3e897060
...
...
@@ -28,7 +28,6 @@
DEFINE_GUID
(
GUID_NULL
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
...
...
dlls/winmm/mci.c
View file @
3e897060
...
...
@@ -53,7 +53,6 @@
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winreg.h"
#include "mmsystem.h"
#include "winuser.h"
#include "winnls.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