Module: wine Branch: master Commit: 2b066327ec8454342f19735519bbf37f37c9a5be URL: http://source.winehq.org/git/wine.git/?a=commit;h=2b066327ec8454342f19735519...
Author: Michael Stefaniuc mstefani@redhat.de Date: Thu Feb 12 23:29:39 2009 +0100
tools: Remove unused alloca.h include.
---
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"