Consistently include C headers by their C++ wrapper

This commit is contained in:
sfan5
2024-02-25 22:09:38 +01:00
parent 44a368ef0e
commit 1e89db1b80
12 changed files with 24 additions and 24 deletions

View File

@ -6,11 +6,11 @@
#ifdef _IRR_COMPILE_WITH_X11_DEVICE_
#include <stdio.h>
#include <stdlib.h>
#include <cstdio>
#include <cstdlib>
#include <sys/utsname.h>
#include <time.h>
#include <locale.h>
#include <ctime>
#include <clocale>
#include "IEventReceiver.h"
#include "ISceneManager.h"
#include "IGUIElement.h"