tools: Remove duplicate includes.

Michael Stefaniuc mstefani at redhat.de
Sun Nov 18 18:42:37 CST 2007


---
 tools/widl/server.c  |    1 -
 tools/widl/typegen.c |    1 -
 tools/widl/utils.c   |    1 -
 tools/wrc/utils.c    |    1 -
 4 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/tools/widl/server.c b/tools/widl/server.c
index a52c729..c915662 100644
--- a/tools/widl/server.c
+++ b/tools/widl/server.c
@@ -37,7 +37,6 @@
 #include "header.h"
 #include "windef.h"
 
-#include "widl.h"
 #include "typelib.h"
 #include "typelib_struct.h"
 #include "typegen.h"
diff --git a/tools/widl/typegen.c b/tools/widl/typegen.c
index bb75a0a..1078ede 100644
--- a/tools/widl/typegen.c
+++ b/tools/widl/typegen.c
@@ -40,7 +40,6 @@
 #include "windef.h"
 #include "wine/list.h"
 
-#include "widl.h"
 #include "typegen.h"
 
 static const func_t *current_func;
diff --git a/tools/widl/utils.c b/tools/widl/utils.c
index 7dafc10..e77361c 100644
--- a/tools/widl/utils.c
+++ b/tools/widl/utils.c
@@ -27,7 +27,6 @@
 #include <stdlib.h>
 #include <stdarg.h>
 #include <string.h>
-#include <assert.h>
 #include <ctype.h>
 
 #include "widl.h"
diff --git a/tools/wrc/utils.c b/tools/wrc/utils.c
index b0109a7..35811bb 100644
--- a/tools/wrc/utils.c
+++ b/tools/wrc/utils.c
@@ -26,7 +26,6 @@
 #include <stdlib.h>
 #include <stdarg.h>
 #include <string.h>
-#include <assert.h>
 #include <ctype.h>
 
 #include "wine/unicode.h"
-- 
1.5.3.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071119/71cfd500/attachment.pgp 


More information about the wine-patches mailing list