efi_loader: change setup sequence
[oweals/u-boot.git] / tools / os_support.h
index 3a2106ed7e5b8e42b7db477e4f30042b1724e353..471d605f5c590b63c42b6997cfcf6b92a3788d84 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"