mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Reduce transitive includes by moving a class
This commit is contained in:
parent
b146673c3d
commit
dea95c7339
12 changed files with 40 additions and 40 deletions
|
@ -4,12 +4,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* IrrlichtMt already includes stdint.h in irrTypes.h. This works everywhere
|
||||
* we need it to (including recent MSVC), so should be fine here too.
|
||||
*/
|
||||
#include <cstdint>
|
||||
|
||||
#include <irrTypes.h>
|
||||
|
||||
using namespace irr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue