From 6f28722b9a7cb562cc25406d11d2393d04ac767c Mon Sep 17 00:00:00 2001 From: Eric Pouech <Eric.Pouech@wanadoo.fr> Date: Sat, 5 Jun 1999 08:49:05 +0000 Subject: [PATCH] Workaroung gcc 2.7.2.x sig 11 issue. --- if1632/thunk.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/if1632/thunk.c b/if1632/thunk.c index 4b4c557f82a..20860b434e1 100644 --- a/if1632/thunk.c +++ b/if1632/thunk.c @@ -7,17 +7,14 @@ #include <string.h> #include "wine/winbase16.h" +#include "task.h" #include "hook.h" #include "callback.h" #include "user.h" #include "heap.h" -#include "module.h" #include "neexe.h" #include "process.h" #include "stackframe.h" -#include "selectors.h" -#include "syslevel.h" -#include "task.h" #include "win.h" #include "flatthunk.h" #include "mouse.h" -- GitLab