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
f61878b1
Commit
f61878b1
authored
Jan 10, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
Jan 10, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel: Remove wine/server.h include from files where it is no longer needed.
parent
90e38659
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
4 additions
and
10 deletions
+4
-10
atom.c
dlls/kernel/atom.c
+0
-1
atom16.c
dlls/kernel/atom16.c
+1
-1
environ.c
dlls/kernel/environ.c
+0
-1
file16.c
dlls/kernel/file16.c
+0
-1
module.c
dlls/kernel/module.c
+0
-1
oldconfig.c
dlls/kernel/oldconfig.c
+0
-1
profile.c
dlls/kernel/profile.c
+0
-1
task.c
dlls/kernel/task.c
+0
-1
toolhelp16.c
dlls/kernel/toolhelp16.c
+3
-2
No files found.
dlls/kernel/atom.c
View file @
f61878b1
...
...
@@ -35,7 +35,6 @@
#include "wine/exception.h"
#include "excpt.h"
#include "wine/server.h"
#include "wine/unicode.h"
#include "kernel_private.h"
...
...
dlls/kernel/atom16.c
View file @
f61878b1
...
...
@@ -37,8 +37,8 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winternl.h"
#include "wine/server.h"
#include "wine/unicode.h"
#include "wine/winbase16.h"
#include "kernel_private.h"
...
...
dlls/kernel/environ.c
View file @
f61878b1
...
...
@@ -31,7 +31,6 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "wine/server.h"
#include "wine/library.h"
#include "winternl.h"
#include "wine/unicode.h"
...
...
dlls/kernel/file16.c
View file @
f61878b1
...
...
@@ -37,7 +37,6 @@
#include "winbase.h"
#include "winternl.h"
#include "wine/winbase16.h"
#include "wine/server.h"
#include "kernel_private.h"
#include "wine/unicode.h"
#include "wine/debug.h"
...
...
dlls/kernel/module.c
View file @
f61878b1
...
...
@@ -43,7 +43,6 @@
#include "wine/exception.h"
#include "wine/debug.h"
#include "wine/unicode.h"
#include "wine/server.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
module
);
...
...
dlls/kernel/oldconfig.c
View file @
f61878b1
...
...
@@ -49,7 +49,6 @@
#include "winioctl.h"
#include "ntddscsi.h"
#include "wine/library.h"
#include "wine/server.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "kernel_private.h"
...
...
dlls/kernel/profile.c
View file @
f61878b1
...
...
@@ -32,7 +32,6 @@
#include "winternl.h"
#include "wine/winbase16.h"
#include "wine/unicode.h"
#include "wine/server.h"
#include "wine/library.h"
#include "wine/debug.h"
...
...
dlls/kernel/task.c
View file @
f61878b1
...
...
@@ -39,7 +39,6 @@
#include "wine/winbase16.h"
#include "thread.h"
#include "winternl.h"
#include "wine/server.h"
#include "toolhelp.h"
#include "kernel_private.h"
#include "kernel16_private.h"
...
...
dlls/kernel/toolhelp16.c
View file @
f61878b1
...
...
@@ -30,10 +30,11 @@
#include <assert.h>
#include "windef.h"
#include "winbase.h"
#include "win
e/winbase16
.h"
#include "win
ternl
.h"
#include "winerror.h"
#include "wine/winbase16.h"
#include "toolhelp.h"
#include "wine/server.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
toolhelp
);
...
...
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