remove unnecessary sdl2 include from overworld

This commit is contained in:
scawful
2024-08-26 07:43:25 -04:00
parent 6e66512a27
commit 971255b636
2 changed files with 0 additions and 4 deletions

View File

@@ -1,7 +1,5 @@
#include "overworld.h"
#include <SDL.h>
#include <algorithm>
#include <fstream>
#include <future>