1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Clean up header includes related to settings.h

This commit is contained in:
SmallJoker 2024-10-12 23:04:31 +02:00 committed by SmallJoker
parent e3813cf027
commit 4975afb5ff
9 changed files with 37 additions and 24 deletions

View file

@ -20,12 +20,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "texturesource.h"
#include <IVideoDriver.h>
#include "util/thread.h"
#include "imagefilters.h"
#include "guiscalingfilter.h"
#include "renderingengine.h"
#include "texturepaths.h"
#include "imagefilters.h"
#include "imagesource.h"
#include "renderingengine.h"
#include "settings.h"
#include "texturepaths.h"
#include "util/thread.h"
// Stores internal information about a texture.