remove unnecessary include

This commit is contained in:
KikooDX 2022-03-06 03:30:41 +01:00
parent 72ae36c2cc
commit f4ad8a71bb
1 changed files with 0 additions and 4 deletions

View File

@ -43,10 +43,6 @@ enum LZY_ScanCode {
LZYK_X = KEY_OPTN,
};
#else /* end FXCG50, begin SDL2 */
#ifndef LZY_SDL_INCLUDE
#define LZY_SDL_INCLUDE <SDL.h>
#endif
#include LZY_SDL_INCLUDE
#ifndef LZY_SDL_MIXER_INCLUDE
#define LZY_SDL_MIXER_INCLUDE <SDL_mixer.h>
#endif