[DINPUT]
[reactos.git] / reactos / dll / directx / wine / dinput / joystick_linux.c
index f8c36d5..04d0d03 100644 (file)
  *     force feedback
  */
 
-#include <config.h>
-//#include "wine/port.h"
+#include "dinput_private.h"
 
-//#include <stdarg.h>
-//#include <stdio.h>
-//#include <string.h>
-//#include <time.h>
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif
 #ifdef HAVE_SYS_TIME_H
 # include <sys/time.h>
 #endif
-//#include <fcntl.h>
 #ifdef HAVE_SYS_IOCTL_H
 # include <sys/ioctl.h>
 #endif
-//#include <errno.h>
 #ifdef HAVE_LINUX_IOCTL_H
 # include <linux/ioctl.h>
 #endif
 # include <sys/poll.h>
 #endif
 
-#include <wine/debug.h>
-//#include "wine/unicode.h"
-//#include "windef.h"
-//#include "winbase.h"
-//#include "winerror.h"
-//#include "dinput.h"
-
-//#include "dinput_private.h"
-#include "device_private.h"
-//#include "joystick_private.h"
-
-WINE_DEFAULT_DEBUG_CHANNEL(dinput);
-
 #ifdef HAVE_LINUX_22_JOYSTICK_API
 
 #define JOYDEV_NEW "/dev/input/js"