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
0ecf2edc
Commit
0ecf2edc
authored
Nov 19, 2007
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Nov 19, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Remove duplicate includes.
parent
861c58d4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
5 deletions
+0
-5
heap.c
dlls/ntdll/heap.c
+0
-1
serial.c
dlls/ntdll/serial.c
+0
-3
signal_powerpc.c
dlls/ntdll/signal_powerpc.c
+0
-1
No files found.
dlls/ntdll/heap.c
View file @
0ecf2edc
...
...
@@ -35,7 +35,6 @@
#include "ntstatus.h"
#define WIN32_NO_STATUS
#include "windef.h"
#include "winternl.h"
#include "winnt.h"
#include "winternl.h"
#include "wine/list.h"
...
...
dlls/ntdll/serial.c
View file @
0ecf2edc
...
...
@@ -39,9 +39,6 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif
#include <fcntl.h>
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
...
...
dlls/ntdll/signal_powerpc.c
View file @
0ecf2edc
...
...
@@ -103,7 +103,6 @@ typedef struct ucontext SIGCONTEXT;
# include <sys/ucontext.h>
# include <sys/types.h>
# include <signal.h>
typedef
siginfo_t
siginfo
;
typedef
struct
ucontext
SIGCONTEXT
;
...
...
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