fix(core): fix SDL2 include path

[no changelog]
pull/2198/head
Pavol Rusnak 2 years ago committed by matejcik
parent 25bd9ebbbb
commit 9a8e257619

@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>
#include <SDL.h>
#include <SDL_image.h>
#include <stdio.h>
#include <stdlib.h>
#include "profile.h"

@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <SDL2/SDL.h>
#include <SDL.h>
#include <stdbool.h>
#include <stdint.h>

Loading…
Cancel
Save