1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +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

@@ -16,6 +16,7 @@
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <openrct2/common.h>
#ifndef NO_RCT2

View File

@@ -14,6 +14,7 @@
*****************************************************************************/
#pragma endregion
#include <cstring>
#include "Hook.h"
#include "PaintIntercept.hpp"

View File

@@ -16,6 +16,7 @@
#include <algorithm>
#include <cstdarg>
#include <cstring>
#include <string>
#include <vector>

View File

@@ -17,6 +17,7 @@
#include <algorithm>
#include <cstdio>
#include <cstdarg>
#include <cstring>
#include <string>
#include <vector>