Removed unnecessary includes/definitions.

This commit is contained in:
Alexandre Julliard 2001-10-02 18:45:46 +00:00
parent 560ca323e2
commit 3f4f7fa7f2
2 changed files with 0 additions and 5 deletions

View file

@ -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;

View file

@ -12,7 +12,6 @@
#endif
#include "debugtools.h"
#include "input.h"
#include "user.h"
#include "winbase.h"
#include "wingdi.h"