- Removing ugly (and wrong) include hack for SDL on MSCV+VCPKG.

This has been resolved anyway, and should never been submitted.
This commit is contained in:
HarrievG 2021-05-12 09:11:29 +02:00 committed by Daniel Gibson
parent af5f395256
commit 7f7ed7e45f

View file

@ -35,7 +35,7 @@ If you have questions concerning this license or the applicable additional terms
#include <unistd.h>
#endif
#include <SDL2\SDL_endian.h>
#include <SDL_endian.h>
#include "sys/platform.h"
#include "idlib/math/Vector.h"