Removed unnecessary includes/definitions.
This commit is contained in:
parent
560ca323e2
commit
3f4f7fa7f2
|
@ -22,10 +22,6 @@
|
|||
|
||||
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(IDirectInputDevice7A) SysKeyboard7Avt;
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#endif
|
||||
|
||||
#include "debugtools.h"
|
||||
#include "input.h"
|
||||
#include "user.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
|
|
Loading…
Reference in New Issue