tools: Remove unused alloca.h include.

Michael Stefaniuc mstefani at redhat.de
Thu Feb 12 16:29:39 CST 2009


---
 tools/widl/parser.y |    3 ---
 tools/wrc/parser.y  |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/tools/widl/parser.y b/tools/widl/parser.y
index 8e24504..d5260c1 100644
--- a/tools/widl/parser.y
+++ b/tools/widl/parser.y
@@ -28,9 +28,6 @@
 #include <assert.h>
 #include <ctype.h>
 #include <string.h>
-#ifdef HAVE_ALLOCA_H
-#include <alloca.h>
-#endif
 
 #include "widl.h"
 #include "utils.h"
diff --git a/tools/wrc/parser.y b/tools/wrc/parser.y
index 1742628..512d272 100644
--- a/tools/wrc/parser.y
+++ b/tools/wrc/parser.y
@@ -129,9 +129,6 @@
 #include <assert.h>
 #include <ctype.h>
 #include <string.h>
-#ifdef HAVE_ALLOCA_H
-#include <alloca.h>
-#endif
 
 #include "wrc.h"
 #include "utils.h"
-- 
1.6.1.3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20090212/1e2b882e/attachment.pgp 


More information about the wine-patches mailing list