Remove temporary SDL fallthrough

We don't need a temporary fallback if we just start using SDL 2.0.18 or
later.
This commit is contained in:
Misa
2021-11-11 23:52:47 -08:00
committed by Ethan Lee
parent aa343bc334
commit e40f54f06b
2 changed files with 1 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
#define GRAPHICS_DEFINITION
#include "Graphics.h"
#include <SDL.h>
#include <utf8/unchecked.h>
#include "Constants.h"
@@ -12,7 +13,6 @@
#include "Map.h"
#include "Music.h"
#include "Screen.h"
#include "TempSDLFallthrough.h"
#include "UtilityClass.h"
#include "Vlogging.h"