瀏覽代碼

Remove unneeded #if (#3301)

Co-authored-by: MichaelFiber <michael@cubeofb.org>
pull/3303/head
MichaelFiber 1 年之前
committed by GitHub
父節點
當前提交
37f60e75e7
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. +0
    -2
      src/rcore.c

+ 0
- 2
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

Loading…
取消
儲存