From 8fe0551aa3d5362d11b96c2279002d36e676fcd3 Mon Sep 17 00:00:00 2001
From: Alexandre Julliard <julliard@winehq.org>
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 2f1c64b324d..d01ed8e0269 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 57c1928f713..11adc2ee73a 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 7ba3c2011d0..0ac967bba05 100644
--- a/loader/task.c
+++ b/loader/task.c
@@ -10,7 +10,6 @@
 #include <unistd.h>
 
 #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 5ff65442bc0..fadbe6111e8 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 40cf44c8338..839e4663291 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 025357e7b40..f962e733730 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"
-- 
GitLab