Commit 3f4f7fa7 authored by Alexandre Julliard's avatar Alexandre Julliard

Removed unnecessary includes/definitions.

parent 560ca323
...@@ -22,10 +22,6 @@ ...@@ -22,10 +22,6 @@
DEFAULT_DEBUG_CHANNEL(dinput); DEFAULT_DEBUG_CHANNEL(dinput);
extern BYTE InputKeyStateTable[256];
extern int min_keycode, max_keycode;
extern WORD keyc2vkey[256];
static ICOM_VTABLE(IDirectInputDevice2A) SysKeyboardAvt; static ICOM_VTABLE(IDirectInputDevice2A) SysKeyboardAvt;
static ICOM_VTABLE(IDirectInputDevice7A) SysKeyboard7Avt; static ICOM_VTABLE(IDirectInputDevice7A) SysKeyboard7Avt;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
#endif #endif
#include "debugtools.h" #include "debugtools.h"
#include "input.h"
#include "user.h" #include "user.h"
#include "winbase.h" #include "winbase.h"
#include "wingdi.h" #include "wingdi.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment