mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-02 08:10:26 +02:00
Consistently include C headers by their C++ wrapper
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user