1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-21 00:45:23 +01:00

Clean up header includes (#16674)

This commit is contained in:
cx384
2025-11-16 15:00:51 +01:00
committed by GitHub
parent 44e7c5b9ab
commit ac0ebf39ad
214 changed files with 98 additions and 366 deletions

View File

@@ -7,8 +7,6 @@
#include "client/fontengine.h"
#include "client/guiscalingfilter.h"
#include "client/renderingengine.h"
#include "client/shader.h"
#include "client/tile.h"
#include "clientdynamicinfo.h"
#include "config.h"
#include "content/content.h"
@@ -21,8 +19,6 @@
#include "porting.h"
#include "scripting_mainmenu.h"
#include "settings.h"
#include "sound.h"
#include "version.h"
#include <ICameraSceneNode.h>
#include <IGUIStaticText.h>
#include "client/imagefilters.h"