Browse Source

Sort headers in SDL_gpu.h

Sam Lantinga 7 months ago
parent
commit
60760b9abb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/SDL3/SDL_gpu.h

+ 1 - 1
include/SDL3/SDL_gpu.h

@@ -31,8 +31,8 @@
 #define SDL_GPU_H
 
 #include <SDL3/SDL_stdinc.h>
-#include <SDL3/SDL_properties.h>
 #include <SDL3/SDL_pixels.h>
+#include <SDL3/SDL_properties.h>
 #include <SDL3/SDL_rect.h>
 #include <SDL3/SDL_surface.h>
 #include <SDL3/SDL_video.h>