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:
parent
e3813cf027
commit
4975afb5ff
9 changed files with 37 additions and 24 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue