tools: Remove unused alloca.h include.
This commit is contained in:
parent
72848b7b2c
commit
2b066327ec
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue