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
49e13df7
Commit
49e13df7
authored
Dec 17, 2004
by
Jon Griffiths
Committed by
Alexandre Julliard
Dec 17, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unneeded headers to reduce unneeded rebuilds.
parent
66cae0d2
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
0 additions
and
39 deletions
+0
-39
reg.c
dlls/ntdll/reg.c
+0
-5
rtl.c
dlls/ntdll/rtl.c
+0
-1
rtlbitmap.c
dlls/ntdll/rtlbitmap.c
+0
-1
sec.c
dlls/ntdll/sec.c
+0
-3
string.c
dlls/ntdll/string.c
+0
-1
sync.c
dlls/ntdll/sync.c
+0
-1
error.c
dlls/ntdll/tests/error.c
+0
-1
large_int.c
dlls/ntdll/tests/large_int.c
+0
-1
rtl.c
dlls/ntdll/tests/rtl.c
+0
-1
string.c
dlls/ntdll/tests/string.c
+0
-1
version.c
dlls/ntdll/version.c
+0
-4
wcstring.c
dlls/ntdll/wcstring.c
+0
-1
ordinal.c
dlls/shlwapi/ordinal.c
+0
-3
stopwatch.c
dlls/shlwapi/stopwatch.c
+0
-5
clsid.c
dlls/shlwapi/tests/clsid.c
+0
-5
ordinal.c
dlls/shlwapi/tests/ordinal.c
+0
-5
No files found.
dlls/ntdll/reg.c
View file @
49e13df7
...
...
@@ -33,13 +33,8 @@
#include <string.h>
#include "winerror.h"
#include "wine/unicode.h"
#include "wine/library.h"
#include "wine/server.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "ntdll_misc.h"
#include "wine/debug.h"
...
...
dlls/ntdll/rtl.c
View file @
49e13df7
...
...
@@ -35,7 +35,6 @@
#include "winerror.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "ntdll_misc.h"
...
...
dlls/ntdll/rtlbitmap.c
View file @
49e13df7
...
...
@@ -31,7 +31,6 @@
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
...
...
dlls/ntdll/sec.c
View file @
49e13df7
...
...
@@ -35,10 +35,7 @@
#include "windef.h"
#include "winbase.h"
#include "wine/exception.h"
#include "winnls.h"
#include "winerror.h"
#include "winreg.h"
#include "winternl.h"
#include "ntdll_misc.h"
#include "excpt.h"
#include "wine/library.h"
...
...
dlls/ntdll/string.c
View file @
49e13df7
...
...
@@ -26,7 +26,6 @@
#include <stdarg.h>
#include <string.h>
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
...
...
dlls/ntdll/sync.c
View file @
49e13df7
...
...
@@ -54,7 +54,6 @@
#include "async.h"
#include "thread.h"
#include "wine/server.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "ntdll_misc.h"
...
...
dlls/ntdll/tests/error.c
View file @
49e13df7
...
...
@@ -31,7 +31,6 @@
#include "rpcnterr.h"
#include "winreg.h"
#include "winternl.h"
#include "ntsecapi.h"
/* FIXME!!! this test checks only mappings, defined by MSDN:
* http://support.microsoft.com/default.aspx?scid=KB;EN-US;q113996&
...
...
dlls/ntdll/tests/large_int.c
View file @
49e13df7
...
...
@@ -25,7 +25,6 @@
#include "ntdll_test.h"
#include "winnls.h"
/* Function ptrs for ntdll calls */
static
HMODULE
hntdll
=
0
;
...
...
dlls/ntdll/tests/rtl.c
View file @
49e13df7
...
...
@@ -24,7 +24,6 @@
#include <stdlib.h>
#include "ntdll_test.h"
#include "winnls.h"
/* Function ptrs for ntdll calls */
static
HMODULE
hntdll
=
0
;
...
...
dlls/ntdll/tests/string.c
View file @
49e13df7
...
...
@@ -25,7 +25,6 @@
#include "ntdll_test.h"
#include "winnls.h"
/* Function ptrs for ntdll calls */
static
HMODULE
hntdll
=
0
;
...
...
dlls/ntdll/version.c
View file @
49e13df7
...
...
@@ -31,11 +31,7 @@
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winreg.h"
#include "winternl.h"
#include "winerror.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "ntdll_misc.h"
...
...
dlls/ntdll/wcstring.c
View file @
49e13df7
...
...
@@ -29,7 +29,6 @@
#include <stdarg.h>
#include <stdio.h>
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
...
...
dlls/shlwapi/ordinal.c
View file @
49e13df7
...
...
@@ -42,15 +42,12 @@
#include "shlguid.h"
#include "wingdi.h"
#include "shlobj.h"
#include "olectl.h"
#include "shellapi.h"
#include "commdlg.h"
#include "wine/unicode.h"
#include "servprov.h"
#include "winreg.h"
#include "wine/debug.h"
#include "shlwapi.h"
#include "winnt.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
shell
);
...
...
dlls/shlwapi/stopwatch.c
View file @
49e13df7
...
...
@@ -32,15 +32,10 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "wine/unicode.h"
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winreg.h"
#include "winternl.h"
#define NO_SHLWAPI_STREAM
#include "shlwapi.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
shell
);
...
...
dlls/shlwapi/tests/clsid.c
View file @
49e13df7
...
...
@@ -28,11 +28,6 @@
#include "winuser.h"
#include "shlguid.h"
#include "shobjidl.h"
#define NO_SHLWAPI_REG
#define NO_SHLWAPI_PATH
#define NO_SHLWAPI_GDI
#define NO_SHLWAPI_STREAM
#include "shlwapi.h"
/* Function ptrs for ordinal calls */
static
HMODULE
hShlwapi
=
0
;
...
...
dlls/shlwapi/tests/ordinal.c
View file @
49e13df7
...
...
@@ -24,11 +24,6 @@
#include "winbase.h"
#include "winerror.h"
#include "winuser.h"
#define NO_SHLWAPI_REG
#define NO_SHLWAPI_PATH
#define NO_SHLWAPI_GDI
#define NO_SHLWAPI_STREAM
#include "shlwapi.h"
/* Function ptrs for ordinal calls */
static
HMODULE
hShlwapi
;
...
...
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