tools: Remove unused alloca.h include.

This commit is contained in:
Michael Stefaniuc 2009-02-12 23:29:39 +01:00 committed by Alexandre Julliard
parent 72848b7b2c
commit 2b066327ec
2 changed files with 0 additions and 6 deletions

View File

@ -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"

View File

@ -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"