mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 14:02:59 +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:
committed by
Aaron van Geffen
parent
0328355f9e
commit
ecfbf60cc4
@@ -13,7 +13,7 @@
|
||||
#include "../interface/InGameConsole.h"
|
||||
#include "KeyboardShortcuts.h"
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL.h>
|
||||
#include <cctype>
|
||||
#include <openrct2-ui/windows/Window.h>
|
||||
#include <openrct2/Context.h>
|
||||
|
||||
Reference in New Issue
Block a user