From da5d417dbf51fc24d9bceb0c3a5b95be9fe9df8c Mon Sep 17 00:00:00 2001 From: James Juran Date: Sat, 22 May 1999 18:42:10 +0000 Subject: [PATCH] task.h was included twice. Removing one fixed a sig11 in gcc-2.7.2.3. --- if1632/thunk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/if1632/thunk.c b/if1632/thunk.c index 95b2557b2ad..4b4c557f82a 100644 --- a/if1632/thunk.c +++ b/if1632/thunk.c @@ -9,7 +9,6 @@ #include "wine/winbase16.h" #include "hook.h" #include "callback.h" -#include "task.h" #include "user.h" #include "heap.h" #include "module.h"