Commit 7f5757f6 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

tools: Remove duplicate includes.

parent 3e897060
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
#include "header.h" #include "header.h"
#include "windef.h" #include "windef.h"
#include "widl.h"
#include "typelib.h" #include "typelib.h"
#include "typelib_struct.h" #include "typelib_struct.h"
#include "typegen.h" #include "typegen.h"
......
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
#include "windef.h" #include "windef.h"
#include "wine/list.h" #include "wine/list.h"
#include "widl.h"
#include "typegen.h" #include "typegen.h"
static const func_t *current_func; static const func_t *current_func;
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>
#include <assert.h>
#include <ctype.h> #include <ctype.h>
#include "widl.h" #include "widl.h"
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>
#include <assert.h>
#include <ctype.h> #include <ctype.h>
#include "wine/unicode.h" #include "wine/unicode.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