tools: Remove duplicate includes.

oldstable
Michael Stefaniuc 2007-11-19 01:42:37 +01:00 committed by Alexandre Julliard
parent 3e8970602c
commit 7f5757f683
4 changed files with 0 additions and 4 deletions

View File

@ -37,7 +37,6 @@
#include "header.h"
#include "windef.h"
#include "widl.h"
#include "typelib.h"
#include "typelib_struct.h"
#include "typegen.h"

View File

@ -40,7 +40,6 @@
#include "windef.h"
#include "wine/list.h"
#include "widl.h"
#include "typegen.h"
static const func_t *current_func;

View File

@ -27,7 +27,6 @@
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <assert.h>
#include <ctype.h>
#include "widl.h"

View File

@ -26,7 +26,6 @@
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <assert.h>
#include <ctype.h>
#include "wine/unicode.h"