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:
committed by
Michał Janiszewski
parent
f3bdc431e1
commit
28391eaf5d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user