1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Remove limits.h from common.h

This commit is contained in:
Michał Janiszewski
2017-10-16 00:01:37 +02:00
parent 210e6d8eef
commit 6943a45b19
2 changed files with 1 additions and 1 deletions

View File

@@ -27,7 +27,6 @@
#endif
#include <assert.h>
#include <limits.h>
#include <math.h>
#include <stddef.h>
#include <stdint.h>

View File

@@ -17,6 +17,7 @@
#include "../common.h"
#include <ctype.h>
#include <limits.h>
#ifdef _WIN32
#include <windows.h>