Partially revert 1eb1cc5e5b: it broke the Windows build.

Go back to using SDL2 in front of SDL2 header includes.
This commit is contained in:
C.W. Betts 2021-05-24 16:20:36 -06:00
commit 14d199b004
10 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
#include <SDL.h>
#include <SDL2/SDL.h>
#include <stdint.h>
#include <string.h>
#include <stdio.h>