From 9bb055acc019ecb37ee9779b4d367dd714de8474 Mon Sep 17 00:00:00 2001 From: Ted John Date: Sat, 10 Jun 2017 16:32:32 +0100 Subject: [PATCH] Remove unnecessary SDL.h include --- src/openrct2/network/twitch.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openrct2/network/twitch.cpp b/src/openrct2/network/twitch.cpp index 43dab9ee8c..181a275cd8 100644 --- a/src/openrct2/network/twitch.cpp +++ b/src/openrct2/network/twitch.cpp @@ -30,7 +30,6 @@ #endif #include -#include #include "../core/Math.hpp" #include "../core/String.hpp"