Skip to content

Commit

Permalink
Remove unneeded #if (#3301)
Browse files Browse the repository at this point in the history
Co-authored-by: MichaelFiber <[email protected]>
  • Loading branch information
michaelfiber and cubeofborg authored Sep 9, 2023
1 parent b68d085 commit 37f60e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37f60e7

Please sign in to comment.