diff options
| author | MichaelFiber <[email protected]> | 2023-09-09 03:47:07 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-09 09:47:07 +0200 |
| commit | 37f60e75e72eebd5ff687b8857bf9043d291b0df (patch) | |
| tree | 6d77881f0d857ee49ab25c1187ef6d34acfe4716 /src | |
| parent | b68d0850b1dee42d818e67d99f4affe1d890dba1 (diff) | |
| download | raylib-37f60e75e72eebd5ff687b8857bf9043d291b0df.tar.gz raylib-37f60e75e72eebd5ff687b8857bf9043d291b0df.zip | |
Remove unneeded #if (#3301)
Co-authored-by: MichaelFiber <[email protected]>
Diffstat (limited to 'src')
| -rw-r--r-- | src/rcore.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rcore.c b/src/rcore.c index 2f112aee..8df087f8 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -265,11 +265,9 @@ #include <linux/input.h> // Linux: Keycodes constants definition (KEY_A, ...) #include <linux/joystick.h> // Linux: Joystick support library -#if defined(PLATFORM_DRM) #include <gbm.h> // Generic Buffer Management (native platform for EGL on DRM) #include <xf86drm.h> // Direct Rendering Manager user-level library interface #include <xf86drmMode.h> // Direct Rendering Manager mode setting (KMS) interface -#endif #include "EGL/egl.h" // Native platform windowing system interface #include "EGL/eglext.h" // EGL extensions |
