X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Fos_support.h;h=471d605f5c590b63c42b6997cfcf6b92a3788d84;hb=b0436b94047caf4c2ec67b599581198317f395b1;hp=695ffcfe7988cb0fc83bd2ad204f53bf354b0180;hpb=8b485ba12b0defa0c4ed3559789250238f8331a8;p=oweals%2Fu-boot.git diff --git a/tools/os_support.h b/tools/os_support.h index 695ffcfe79..471d605f5c 100644 --- a/tools/os_support.h +++ b/tools/os_support.h @@ -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"