- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[reactos.git] / dll / directx / dinput / dinput_main.c
index bdcf557..41ba14f 100644 (file)
  * - Fallout : works great in X and DGA mode
  */
 
-#include "config.h"
-#include <assert.h>
-#include <stdarg.h>
-#include <string.h>
+#include <config.h>
+//#include <assert.h>
+//#include <stdarg.h>
+//#include <string.h>
 
 #define COBJMACROS
 #define NONAMELESSUNION
 
-#include "wine/debug.h"
-#include "wine/unicode.h"
-#include "windef.h"
-#include "winbase.h"
-#include "winuser.h"
-#include "winerror.h"
-#include "dinput_private.h"
+#include <wine/debug.h>
+//#include "wine/unicode.h"
+//#include "windef.h"
+//#include "winbase.h"
+//#include "winuser.h"
+//#include "winerror.h"
+//#include "dinput_private.h"
 #include "device_private.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(dinput);