1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 00:55:20 +02:00

Remove excessive includes from porting.h

This commit is contained in:
sfan5
2024-01-11 10:37:13 +01:00
parent e824e9023f
commit 1ba26d67bd
16 changed files with 26 additions and 11 deletions

View File

@@ -34,6 +34,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "version.h"
#include "renderingengine.h"
#include "network/networkexceptions.h"
#include <IGUISpriteBank.h>
#include <ICameraSceneNode.h>
#if USE_SOUND
#include "sound/sound_openal.h"