Standardise header includes

Changes "SDL_*.h" and "SDL3/SDL_*.h" to <SDL3/SDL_*.h>
This commit is contained in:
Susko3
2024-03-19 21:33:07 +01:00
committed by Sam Lantinga
parent 2e45568338
commit b90fed094f
3 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
* This is a simple file to encapsulate the EGL API headers.
*/
#include "SDL_platform_defines.h"
#include <SDL3/SDL_platform_defines.h>
#if !defined(_MSC_VER) && !defined(SDL_PLATFORM_ANDROID) && !defined(SDL_USE_BUILTIN_OPENGL_DEFINITIONS)