emulator.h: Remove not needed SDL_image dependency
This commit is contained in:
parent
e917738516
commit
fc3ee1d6ed
|
|
@ -21,7 +21,6 @@
|
|||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL_image.h>
|
||||
|
||||
#ifndef SCREEN_WIDTH
|
||||
#define SCREEN_WIDTH 160
|
||||
|
|
|
|||
Loading…
Reference in New Issue