Procházet zdrojové kódy

Remove redundant cstdint include

Sven před 1 rokem
rodič
revize
ada83d9a6a

+ 0 - 1
Engine/source/gfx/bitmap/loaders/ies/ies_loader.cpp

@@ -37,7 +37,6 @@
 #include "ies_loader.h"
 #include <assert.h>
 #include <algorithm>
-#include <cstdint>
 #include <functional>
 
 #include "math/mMathFn.h"