| commit | 219cfd83879721aee3ec2af9d3ccffc60dfa0ad4 | [log] [tgz] |
|---|---|---|
| author | Marcus Meissner <marcus@jet.franken.de> | Wed Feb 24 13:05:13 1999 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Feb 24 13:05:13 1999 +0000 |
| tree | 39bd88ff3da7f46b3394e97898b3e798de906494 | |
| parent | 1b9fef5d4823efccb87aef69b555aab07bca3655 [diff] [blame] |
Optimized away more includes, readded some #includes for necessary prototypes.
diff --git a/windows/input.c b/windows/input.c index 0828204..f1660f5 100644 --- a/windows/input.c +++ b/windows/input.c
@@ -17,6 +17,7 @@ #include "winuser.h" #include "wine/winbase16.h" #include "wine/winuser16.h" +#include "wine/keyboard16.h" #include "win.h" #include "gdi.h" #include "heap.h"