mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Clean headers a bit
This commit is contained in:
parent
3b77a63d5d
commit
96b71236ed
2 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
#define MAPNODE_HEADER
|
#define MAPNODE_HEADER
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "common_irrlicht.h"
|
#include "irrlichttypes.h"
|
||||||
#include "light.h"
|
#include "light.h"
|
||||||
#include "exceptions.h"
|
#include "exceptions.h"
|
||||||
#include "serialization.h"
|
#include "serialization.h"
|
||||||
#include "materials.h"
|
|
||||||
#ifndef SERVER
|
#ifndef SERVER
|
||||||
#include "tile.h"
|
#include "tile.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
#ifndef SERVER
|
#ifndef SERVER
|
||||||
#include "tile.h"
|
#include "tile.h"
|
||||||
#endif
|
#endif
|
||||||
|
#include "materials.h" // DiggingProperties
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Content feature list
|
Content feature list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue