mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 21:13:05 +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
@@ -12,7 +12,7 @@
|
||||
#include "UiContext.h"
|
||||
#include "interface/InGameConsole.h"
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL.h>
|
||||
#include <algorithm>
|
||||
#include <openrct2-ui/interface/Window.h>
|
||||
#include <openrct2/common.h>
|
||||
|
||||
Reference in New Issue
Block a user