shithub: cstory

Download patch

ref: ef4608867109471aac8fdc2f459b063b016d50d4
parent: b2a024d4b600cae0e1af03eb2fe9002fb560dad7
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sat Feb 16 07:50:58 EST 2019

Removed leftover SDL_rwops includes

--- a/src/Back.cpp
+++ b/src/Back.cpp
@@ -1,4 +1,3 @@
-#include <SDL_rwops.h>
 #include "WindowsWrapper.h"
 
 #include "Tags.h"
--- a/src/Stage.cpp
+++ b/src/Stage.cpp
@@ -1,7 +1,6 @@
 #include <stdint.h>
 #include <string.h>
 
-#include <SDL_rwops.h>
 #include "WindowsWrapper.h"
 
 #include "CommonDefines.h"