1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00

Sort includes

This commit is contained in:
Michał Janiszewski
2016-12-01 15:05:00 +01:00
committed by Michał Janiszewski
parent 4bc346df2f
commit 1ae2ca54f7
34 changed files with 77 additions and 90 deletions

View File

@@ -43,8 +43,8 @@ extern "C"
#include "../management/news_item.h"
#include "../peep/peep.h"
#include "../rct2.h"
#include "../world/sprite.h"
#include "../util/util.h"
#include "../world/sprite.h"
#include "http.h"
#include "twitch.h"
}