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
2b066327
Commit
2b066327
authored
Feb 12, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Feb 13, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: Remove unused alloca.h include.
parent
72848b7b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
parser.y
tools/widl/parser.y
+0
-3
parser.y
tools/wrc/parser.y
+0
-3
No files found.
tools/widl/parser.y
View file @
2b066327
...
@@ -28,9 +28,6 @@
...
@@ -28,9 +28,6 @@
#include <assert.h>
#include <assert.h>
#include <ctype.h>
#include <ctype.h>
#include <string.h>
#include <string.h>
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#include "widl.h"
#include "widl.h"
#include "utils.h"
#include "utils.h"
...
...
tools/wrc/parser.y
View file @
2b066327
...
@@ -129,9 +129,6 @@
...
@@ -129,9 +129,6 @@
#include
<assert
.
h
>
#include
<assert
.
h
>
#include
<ctype
.
h
>
#include
<ctype
.
h
>
#include
<string
.
h
>
#include
<string
.
h
>
#ifdef HAVE_ALLOCA_H
#include
<alloca
.
h
>
#endif
#include "wrc.h"
#include "wrc.h"
#include "utils.h"
#include "utils.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