Dropped SDL/ prefix in uxnemu.c

This commit is contained in:
Andrew Alderwick 2021-06-08 15:57:00 +01:00
parent 3ada9e8bd9
commit 4bc3ce0d4b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#include <SDL2/SDL.h> #include <SDL.h>
#include <stdio.h> #include <stdio.h>
#include <time.h> #include <time.h>
#include "uxn.h" #include "uxn.h"