| commit | bf97962a51f935bfe2456c3ac54ee245c8920792 | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Wed Aug 27 02:52:17 2003 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Aug 27 02:52:17 2003 +0000 |
| tree | cd745bfb893bedec1e8e787681c4ef68e334a068 | |
| parent | 617839d52232141bee67778a6b379538d769b301 [diff] [blame] |
Avoid including stackframe.h if it's not needed.
diff --git a/scheduler/syslevel.c b/scheduler/syslevel.c index ca23f71..9f9b540 100644 --- a/scheduler/syslevel.c +++ b/scheduler/syslevel.c
@@ -25,8 +25,9 @@ #endif #include <sys/types.h> #include "winternl.h" +#include "wine/winbase16.h" #include "syslevel.h" -#include "stackframe.h" +#include "thread.h" #include "wine/library.h" #include "wine/debug.h"