aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2019-01-14 15:51:47 -0500
committerPaul Duncan <pabs@pablotron.org>2019-01-14 15:51:47 -0500
commit1050051f121041f49f07743214750361718e449a (patch)
treeb1ecbbce23032d85eefc88aaf8b1f03dcb75643b
parentb1636be89cb6bc391cf920dbb6f8d15a1ac645ab (diff)
downloadsok-1050051f121041f49f07743214750361718e449a.tar.bz2
sok-1050051f121041f49f07743214750361718e449a.zip
remove unused SDL_image reference
-rw-r--r--src/sdl/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sdl/main.c b/src/sdl/main.c
index b228788..147a252 100644
--- a/src/sdl/main.c
+++ b/src/sdl/main.c
@@ -3,7 +3,6 @@
#include <string.h> // strerror
#include <errno.h> // errno
#include <SDL.h>
-#include <SDL_image.h>
#include "../text/levels.h"
#include "../libsok/sok.h"
#include "util.h"