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
1d5bc469
Commit
1d5bc469
authored
Nov 21, 1999
by
Niels Kristian Bech Jensen
Committed by
Alexandre Julliard
Nov 21, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed extra #include statements.
parent
86a75534
Hide whitespace changes
Inline
Side-by-side
Showing
28 changed files
with
5 additions
and
40 deletions
+5
-40
dbgmain.c
debugger/dbgmain.c
+0
-2
editline.c
debugger/editline.c
+0
-1
source.c
debugger/source.c
+0
-1
stabs.c
debugger/stabs.c
+0
-3
types.c
debugger/types.c
+0
-1
icmp_main.c
dlls/icmp/icmp_main.c
+0
-1
sec.c
dlls/ntdll/sec.c
+0
-1
signal_i386.c
dlls/ntdll/signal_i386.c
+0
-2
wing_main.c
dlls/wing/wing_main.c
+0
-1
mci.c
dlls/winmm/mci.c
+0
-1
ddraw.c
graphics/ddraw.c
+1
-2
graphics.c
graphics/x11drv/graphics.c
+0
-1
loadorder.c
loader/loadorder.c
+0
-1
main.c
loader/main.c
+0
-1
convert.c
loader/ne/convert.c
+0
-1
module.c
loader/ne/module.c
+0
-3
task.c
loader/task.c
+0
-1
cpu.c
misc/cpu.c
+0
-1
ioports.c
msdos/ioports.c
+0
-1
guid.c
ole/guid.c
+0
-3
main.c
programs/notepad/main.c
+4
-3
critsection.c
scheduler/critsection.c
+0
-1
process.c
scheduler/process.c
+0
-1
socket.c
server/socket.c
+0
-1
newstruc.c
tools/wrc/newstruc.c
+0
-1
console.c
win32/console.c
+0
-1
kernel32.c
win32/kernel32.c
+0
-2
main.c
windows/x11drv/main.c
+0
-1
No files found.
debugger/dbgmain.c
View file @
1d5bc469
...
...
@@ -12,8 +12,6 @@
#include "module.h"
#include "debugger.h"
#include "win.h"
#include "debugger.h"
#include "peexe.h"
#include "pe_image.h"
...
...
debugger/editline.c
View file @
1d5bc469
...
...
@@ -33,7 +33,6 @@
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "windef.h"
#include "debugger.h"
...
...
debugger/source.c
View file @
1d5bc469
...
...
@@ -26,7 +26,6 @@
#include "pe_image.h"
#include "peexe.h"
#include "debugger.h"
#include "peexe.h"
#include "task.h"
struct
searchlist
...
...
debugger/stabs.c
View file @
1d5bc469
...
...
@@ -37,9 +37,6 @@
#ifdef HAVE_LINK_H
# include <link.h>
#endif
#ifdef HAVE_SYS_MMAN_H
# include <sys/mman.h>
#endif
#elif defined(__EMX__)
#ifdef HAVE_A_OUT_H
# include <a_out.h>
...
...
debugger/types.c
View file @
1d5bc469
...
...
@@ -22,7 +22,6 @@
#include "pe_image.h"
#include "peexe.h"
#include "debugger.h"
#include "peexe.h"
#define NR_TYPE_HASH 521
...
...
dlls/icmp/icmp_main.c
View file @
1d5bc469
...
...
@@ -59,7 +59,6 @@
#define LITTLE_ENDIAN 1234
#endif
#ifndef BYTE_ORDER
#include "config.h"
#ifdef WORDS_BIGENDIAN
#define BYTE_ORDER BIG_ENDIAN
#else
...
...
dlls/ntdll/sec.c
View file @
1d5bc469
...
...
@@ -18,7 +18,6 @@
#include "winnls.h"
#include "debugstr.h"
#include "debugtools.h"
#include "winuser.h"
#include "winerror.h"
#include "stackframe.h"
...
...
dlls/ntdll/signal_i386.c
View file @
1d5bc469
...
...
@@ -116,7 +116,6 @@ typedef struct trapframe SIGCONTEXT;
#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)
#include <signal.h>
typedef
struct
sigcontext
SIGCONTEXT
;
#define HANDLER_DEF(name) void name( int __signal, int code, SIGCONTEXT *__context )
...
...
@@ -126,7 +125,6 @@ typedef struct sigcontext SIGCONTEXT;
#if defined(__svr4__) || defined(_SCO_DS) || defined(__sun)
#include <signal.h>
#ifdef _SCO_DS
#include <sys/regset.h>
#endif
...
...
dlls/wing/wing_main.c
View file @
1d5bc469
...
...
@@ -17,7 +17,6 @@
#include "monitor.h"
#include "palette.h"
#include "windef.h"
#include "wine/winuser16.h"
DEFAULT_DEBUG_CHANNEL
(
wing
)
...
...
dlls/winmm/mci.c
View file @
1d5bc469
...
...
@@ -18,7 +18,6 @@
#include "digitalv.h"
#include "options.h"
#include "wine/winbase16.h"
#include "winuser.h"
#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL
(
mci
)
...
...
graphics/ddraw.c
View file @
1d5bc469
...
...
@@ -15,6 +15,7 @@
*/
#include "config.h"
#include "winerror.h"
#ifndef X_DISPLAY_MISSING
...
...
@@ -51,7 +52,6 @@
#include <string.h>
#include <stdlib.h>
#include "winerror.h"
#include "gdi.h"
#include "heap.h"
#include "dc.h"
...
...
@@ -5251,7 +5251,6 @@ DWORD WINAPI DDRAW_DllCanUnloadNow(void)
#else
/* !defined(X_DISPLAY_MISSING) */
#include "windef.h"
#include "winerror.h"
#include "wtypes.h"
#define DD_OK 0
...
...
graphics/x11drv/graphics.c
View file @
1d5bc469
...
...
@@ -33,7 +33,6 @@
#include "gdi.h"
#include "dc.h"
#include "monitor.h"
#include "bitmap.h"
#include "callback.h"
#include "metafile.h"
#include "palette.h"
...
...
loader/loadorder.c
View file @
1d5bc469
...
...
@@ -13,7 +13,6 @@
#include "options.h"
#include "loadorder.h"
#include "heap.h"
#include "options.h"
#include "module.h"
#include "elfdll.h"
#include "debugtools.h"
...
...
loader/main.c
View file @
1d5bc469
...
...
@@ -49,7 +49,6 @@
#include "win16drv.h"
#include "callback.h"
#include "server.h"
#include "cursoricon.h"
#include "loadorder.h"
DEFAULT_DEBUG_CHANNEL
(
server
)
...
...
loader/ne/convert.c
View file @
1d5bc469
...
...
@@ -8,7 +8,6 @@
#include "wine/winuser16.h"
#include "module.h"
#include "debugtools.h"
#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL
(
resource
)
...
...
loader/ne/module.c
View file @
1d5bc469
...
...
@@ -23,15 +23,12 @@
#include "task.h"
#include "global.h"
#include "process.h"
#include "toolhelp.h"
#include "snoop.h"
#include "builtin16.h"
#include "stackframe.h"
#include "debugtools.h"
#include "file.h"
#include "loadorder.h"
#include "elfdll.h"
#include "toolhelp.h"
DEFAULT_DEBUG_CHANNEL
(
module
)
...
...
loader/task.c
View file @
1d5bc469
...
...
@@ -31,7 +31,6 @@
#include "toolhelp.h"
#include "winnt.h"
#include "winsock.h"
#include "thread.h"
#include "syslevel.h"
#include "debugtools.h"
#include "dosexe.h"
...
...
misc/cpu.c
View file @
1d5bc469
...
...
@@ -14,7 +14,6 @@
#include "global.h"
#include "winnt.h"
#include "winerror.h"
#include "winreg.h"
#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL
(
reg
)
...
...
msdos/ioports.c
View file @
1d5bc469
...
...
@@ -22,7 +22,6 @@
#include "options.h"
#include "miscemu.h"
#include "debugtools.h"
#include "miscemu.h"
DEFAULT_DEBUG_CHANNEL
(
int
)
...
...
ole/guid.c
View file @
1d5bc469
...
...
@@ -14,7 +14,6 @@
#include "olectl.h"
#include "oleidl.h"
#include "oaidl.h"
#include "olectl.h"
#include "ocidl.h"
#include "objbase.h"
#include "servprov.h"
...
...
@@ -25,9 +24,7 @@
#include "dplay.h"
#include "dplobby.h"
#include "vfw.h"
#include "shlguid.h"
#include "shlobj.h"
#include "docobj.h"
/* and now for the one assumed GUID... */
DEFINE_GUID
(
GUID_NULL
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
programs/notepad/main.c
View file @
1d5bc469
...
...
@@ -10,8 +10,6 @@
#ifdef LCC
#include "lcc.h"
#else
#include "shell.h"
#endif
#include "main.h"
...
...
@@ -19,10 +17,13 @@
#include "dialog.h"
#include "language.h"
#if !defined(LCC) || defined(WINELIB)
#include "shell.h"
#endif
#ifdef WINELIB
#include "options.h"
#include "resource.h"
#include "shell.h"
void
LIBWINE_Register_Da
();
void
LIBWINE_Register_De
();
void
LIBWINE_Register_En
();
...
...
scheduler/critsection.c
View file @
1d5bc469
...
...
@@ -8,7 +8,6 @@
#include <errno.h>
#include <stdio.h>
#include <sys/types.h>
#include "debugtools.h"
#include "winerror.h"
#include "winbase.h"
#include "heap.h"
...
...
scheduler/process.c
View file @
1d5bc469
...
...
@@ -21,7 +21,6 @@
#include "thread.h"
#include "winerror.h"
#include "pe_image.h"
#include "task.h"
#include "server.h"
#include "options.h"
#include "callback.h"
...
...
server/socket.c
View file @
1d5bc469
...
...
@@ -21,7 +21,6 @@
#include <sys/uio.h>
#include <unistd.h>
#include "config.h"
#include "object.h"
#include "request.h"
...
...
tools/wrc/newstruc.c
View file @
1d5bc469
...
...
@@ -12,7 +12,6 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <string.h>
#include "wrc.h"
#include "newstruc.h"
...
...
win32/console.c
View file @
1d5bc469
...
...
@@ -28,7 +28,6 @@
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/time.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#ifdef HAVE_SYS_ERRNO_H
...
...
win32/kernel32.c
View file @
1d5bc469
...
...
@@ -19,9 +19,7 @@
#include "neexe.h"
#include "process.h"
#include "stackframe.h"
#include "heap.h"
#include "selectors.h"
#include "task.h"
#include "file.h"
#include "debugtools.h"
#include "flatthunk.h"
...
...
windows/x11drv/main.c
View file @
1d5bc469
...
...
@@ -34,7 +34,6 @@
#include "x11drv.h"
#include "xmalloc.h"
#include "version.h"
#include "win.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