From 8fe0551aa3d5362d11b96c2279002d36e676fcd3 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 8 Jun 2000 04:57:58 +0000 Subject: [PATCH] Removed a few unnecessary includes. --- if1632/builtin.c | 1 - if1632/thunk.c | 2 -- loader/task.c | 1 - memory/atom.c | 1 - scheduler/thread.c | 1 - win32/kernel32.c | 1 - 6 files changed, 7 deletions(-) diff --git a/if1632/builtin.c b/if1632/builtin.c index 2f1c64b324..d01ed8e026 100644 --- a/if1632/builtin.c +++ b/if1632/builtin.c @@ -18,7 +18,6 @@ #include "module.h" #include "miscemu.h" #include "stackframe.h" -#include "user.h" #include "process.h" #include "task.h" #include "debugtools.h" diff --git a/if1632/thunk.c b/if1632/thunk.c index 57c1928f71..11adc2ee73 100644 --- a/if1632/thunk.c +++ b/if1632/thunk.c @@ -11,14 +11,12 @@ #include "hook.h" #include "callback.h" #include "builtin16.h" -#include "user.h" #include "heap.h" #include "neexe.h" #include "process.h" #include "stackframe.h" #include "win.h" #include "flatthunk.h" -#include "mouse.h" #include "selectors.h" #include "keyboard.h" #include "debugtools.h" diff --git a/loader/task.c b/loader/task.c index 7ba3c2011d..0ac967bba0 100644 --- a/loader/task.c +++ b/loader/task.c @@ -10,7 +10,6 @@ #include #include "wine/winbase16.h" -#include "user.h" #include "callback.h" #include "drive.h" #include "file.h" diff --git a/memory/atom.c b/memory/atom.c index 5ff65442bc..fadbe6111e 100644 --- a/memory/atom.c +++ b/memory/atom.c @@ -25,7 +25,6 @@ #include "instance.h" #include "ldt.h" #include "stackframe.h" -#include "user.h" #include "debugtools.h" #include "server.h" diff --git a/scheduler/thread.c b/scheduler/thread.c index 40cf44c833..839e466329 100644 --- a/scheduler/thread.c +++ b/scheduler/thread.c @@ -19,7 +19,6 @@ #include "task.h" #include "module.h" #include "global.h" -#include "user.h" #include "winerror.h" #include "heap.h" #include "selectors.h" diff --git a/win32/kernel32.c b/win32/kernel32.c index 025357e7b4..f962e73373 100644 --- a/win32/kernel32.c +++ b/win32/kernel32.c @@ -15,7 +15,6 @@ #include "wine/winbase16.h" #include "callback.h" #include "task.h" -#include "user.h" #include "heap.h" #include "module.h" #include "neexe.h"