Revert "mkimage: fit: Do not tail-pad fitImage with external data"
[platform/kernel/u-boot.git] / tools / os_support.h
index 3a2106e..471d605 100644 (file)
@@ -11,9 +11,6 @@
 /*
  * Include additional files required for supporting different operating systems
  */
-#ifdef __MINGW32__
-#include "mingw_support.h"
-#endif
 
 #if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L
 #include "getline.h"