Cleanup: [MacOS] Remove unneeded WITH_SDL checks (#11360)

This commit is contained in:
Loïc Guilloux
2023-10-09 19:35:15 +02:00
committed by GitHub
parent ac9db3f5aa
commit 0458c15060
2 changed files with 1 additions and 19 deletions

View File

@@ -16,10 +16,6 @@
#include <time.h>
#include <signal.h>
#if defined(WITH_SDL)
/* the mac implementation needs this file included in the same file as main() */
# include <SDL.h>
#endif
#include "macos.h"
#include "../../safeguards.h"