commit | 6cc47d4924616b49abc01af3706334e809a4185d | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Wed Mar 08 18:26:56 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Mar 08 18:26:56 2000 +0000 |
tree | 01f8d14f4df0fbfb7bd5db8f80df49fdfb611b8b | |
parent | 7e9913f4634381875472db7fc1bd128250daf17a [diff] [blame] |
Removed a lot of unnecessary includes and fixed the compile errors.
diff --git a/windows/input.c b/windows/input.c index 1e67fccc..b7e537f 100644 --- a/windows/input.c +++ b/windows/input.c
@@ -27,6 +27,7 @@ #include "keyboard.h" #include "mouse.h" #include "message.h" +#include "queue.h" #include "module.h" #include "debugtools.h" #include "struct32.h"