evdev: Fix build with libudev and joystick subsystem disabled
diff --git a/src/core/linux/SDL_evdev_capabilities.h b/src/core/linux/SDL_evdev_capabilities.h
index 26fa740..990ebe0 100644
--- a/src/core/linux/SDL_evdev_capabilities.h
+++ b/src/core/linux/SDL_evdev_capabilities.h
@@ -25,8 +25,6 @@
#ifndef SDL_evdev_capabilities_h_
#define SDL_evdev_capabilities_h_
-#if HAVE_LIBUDEV_H || defined(SDL_JOYSTICK_LINUX)
-
#include <linux/input.h>
/* A device can be any combination of these classes */
@@ -53,8 +51,6 @@ extern int SDL_EVDEV_GuessDeviceClass(unsigned long bitmask_ev[NBITS(EV_MAX)],
unsigned long bitmask_key[NBITS(KEY_MAX)],
unsigned long bitmask_rel[NBITS(REL_MAX)]);
-#endif /* HAVE_LIBUDEV_H || defined(SDL_JOYSTICK_LINUX) */
-
#endif /* SDL_evdev_capabilities_h_ */
/* vi: set ts=4 sw=4 expandtab: */