Commit 2b066327 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

tools: Remove unused alloca.h include.

parent 72848b7b
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment