1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-03 04:05:49 +01:00

Drop SDL2/ prefix on includes

pkg-config, cmake, all demos and tests define the path with SDL2/
already included.
This commit is contained in:
Michał Janiszewski
2019-01-02 21:23:58 +01:00
committed by Aaron van Geffen
parent 0328355f9e
commit ecfbf60cc4
22 changed files with 23 additions and 23 deletions

View File

@@ -9,7 +9,7 @@
#include "KeyboardShortcuts.h"
#include <SDL2/SDL.h>
#include <SDL.h>
#include <algorithm>
#include <openrct2/PlatformEnvironment.h>
#include <openrct2/common.h>