mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Cleanup headers in irr/include/ (#15181)
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
#include "CImageLoaderTGA.h"
|
||||
|
||||
#include "IReadFile.h"
|
||||
#include "coreutil.h"
|
||||
#include "os.h"
|
||||
#include "CColorConverter.h"
|
||||
#include "CImage.h"
|
||||
#include "irrString.h"
|
||||
|
||||
#define MAX(x, y) (((x) > (y)) ? (x) : (y))
|
||||
|
||||
|
Reference in New Issue
Block a user