tools: Remove duplicate includes.
This commit is contained in:
parent
3e8970602c
commit
7f5757f683
|
@ -37,7 +37,6 @@
|
|||
#include "header.h"
|
||||
#include "windef.h"
|
||||
|
||||
#include "widl.h"
|
||||
#include "typelib.h"
|
||||
#include "typelib_struct.h"
|
||||
#include "typegen.h"
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
#include "windef.h"
|
||||
#include "wine/list.h"
|
||||
|
||||
#include "widl.h"
|
||||
#include "typegen.h"
|
||||
|
||||
static const func_t *current_func;
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "widl.h"
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "wine/unicode.h"
|
||||
|
|
Loading…
Reference in New Issue