From b132f4fc6c73dec4e551844ea5996d92586f2e83 Mon Sep 17 00:00:00 2001 From: leo60228 Date: Fri, 31 Jul 2020 10:52:47 -0400 Subject: [PATCH] Change physfsrwops.h SDL.h include, again --- third_party/physfs/physfsrwops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/physfs/physfsrwops.h b/third_party/physfs/physfsrwops.h index ecae257b..cbe66ebf 100644 --- a/third_party/physfs/physfsrwops.h +++ b/third_party/physfs/physfsrwops.h @@ -25,7 +25,7 @@ #define _INCLUDE_PHYSFSRWOPS_H_ #include "physfs.h" -#include "SDL2/SDL.h" +#include #ifdef __cplusplus extern "C" {