mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Minor header cleanup
This has been done via CLion's "unused include directive", set to "detect completely unused".
This commit is contained in:
parent
a5acc22954
commit
c7a3f43915
24 changed files with 4 additions and 44 deletions
|
@ -1,13 +1,12 @@
|
|||
#include "platform.hpp"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
namespace Platform
|
||||
{
|
||||
|
||||
static void increaseFileHandleLimit()
|
||||
{
|
||||
#ifdef WIN32
|
||||
#include <stdio.h>
|
||||
// Increase limit for open files at the stream I/O level, see
|
||||
// https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/setmaxstdio?view=msvc-170#remarks
|
||||
_setmaxstdio(8192);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue