patman: Suppress empty changelog entries
[oweals/u-boot.git] / tools / os_support.h
index 695ffcfe7988cb0fc83bd2ad204f53bf354b0180..471d605f5c590b63c42b6997cfcf6b92a3788d84 100644 (file)
@@ -1,7 +1,6 @@
+/* SPDX-License-Identifier: LGPL-2.0+ */
 /*
  * Copyright 2009 Extreme Engineering Solutions, Inc.
- *
- * SPDX-License-Identifier:    LGPL-2.0+
  */
 
 #ifndef __OS_SUPPORT_H_
@@ -12,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"