1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

Move cstring out of common.h

This commit is contained in:
Michał Janiszewski
2018-03-14 12:44:16 +01:00
committed by Michał Janiszewski
parent f3bdc431e1
commit 28391eaf5d
21 changed files with 30 additions and 3 deletions

View File

@@ -14,8 +14,6 @@
*****************************************************************************/
#pragma endregion
#include <thread>
#include "http.h"
#ifdef DISABLE_HTTP
@@ -25,6 +23,9 @@ void http_dispose() { }
#else
#include <cstring>
#include <thread>
#include "../core/Console.hpp"
#include "../core/Math.hpp"
#include "../Version.h"