Some more cleanups in input_common.c

This commit is contained in:
twinaphex 2014-10-27 04:39:15 +01:00
parent 75fe0b5648
commit dd53241a24

View File

@ -24,16 +24,6 @@
#include "../config.h"
#endif
#ifdef HAVE_DINPUT
#undef DIRECTINPUT_VERSION
#define DIRECTINPUT_VERSION 0x0800
#include <dinput.h>
#endif
#if defined(HAVE_SDL) || defined(HAVE_SDL2)
#include "SDL.h"
#endif
const char *input_joypad_name(const rarch_joypad_driver_t *drv,
unsigned joypad)
{