mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Remove excessive includes from porting.h
This commit is contained in:
parent
e824e9023f
commit
1ba26d67bd
16 changed files with 26 additions and 11 deletions
|
@ -27,11 +27,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
// Be mindful of what you include here!
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "irrlicht.h"
|
||||
#include "irrlichttypes.h" // u32
|
||||
#include "irrlichttypes_extrabloated.h"
|
||||
#include "irrlichttypes.h" // u64
|
||||
#include "debug.h"
|
||||
#include "constants.h"
|
||||
#include "gettime.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue