Bläddra i källkod

Remove redundant cstdint include

Sven 1 år sedan
förälder
incheckning
ada83d9a6a
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      Engine/source/gfx/bitmap/loaders/ies/ies_loader.cpp

+ 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"