Alignment with other platform backends, avoid unneeded includes

This commit is contained in:
Ray
2025-12-16 18:20:02 +01:00
parent 1c7240a01d
commit f031b2f4f4

View File

@ -48,11 +48,6 @@
*
**********************************************************************************************/
#ifndef RAYLIB_H /* this should never actually happen, it's only here for IDEs */
#include "raylib.h"
#include "../rcore.c"
#endif
#if defined(PLATFORM_WEB_RGFW)
#define RGFW_NO_GL_HEADER
#endif