1
0
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:
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

@@ -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>