aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKikooDX <kikoodx@paranoici.org>2022-03-06 03:30:41 +0100
committerKikooDX <kikoodx@paranoici.org>2022-03-06 03:30:41 +0100
commitf4ad8a71bba1e71e1af33209941ac3a945e228e7 (patch)
treec473e2f612758818cd24145815e70e047ede9d54
parent72ae36c2cca7ae8a71fe2f4c990f2723ba1745f0 (diff)
downloadlzy-f4ad8a71bba1e71e1af33209941ac3a945e228e7.tar.gz
remove unnecessary include
-rw-r--r--inc/lzy.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/lzy.h b/inc/lzy.h
index 5ff9507..b3c6ac8 100644
--- a/inc/lzy.h
+++ b/inc/lzy.h
@@ -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