Преглед на файлове

Remove redundant cstdint include

Sven преди 1 година
родител
ревизия
ada83d9a6a
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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"