[DINPUT]
[reactos.git] / reactos / dll / directx / wine / dinput / joystick_private.h
index 947e2df..3e24dee 100644 (file)
 #ifndef __WINE_DLLS_DINPUT_JOYSTICK_PRIVATE_H
 #define __WINE_DLLS_DINPUT_JOYSTICK_PRIVATE_H
 
-#include <stdarg.h>
-
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
-
-#include "windef.h"
-#include "winbase.h"
-#include "dinput.h"
-#include "wine/list.h"
-#include "wine/unicode.h"
-#include "dinput_private.h"
-#include "device_private.h"
-
 /* Number of objects in the default data format */
 #define MAX_PROPS 164
 struct JoystickGenericImpl;