diff --git a/lldb/include/lldb/Host/TimeValue.h b/lldb/include/lldb/Host/TimeValue.h index ba230045307f..1792d343a6a6 100644 --- a/lldb/include/lldb/Host/TimeValue.h +++ b/lldb/include/lldb/Host/TimeValue.h @@ -15,11 +15,7 @@ #ifndef _MSC_VER #include -// BEGIN: MinGW work around -#if !defined(_STRUCT_TIMESPEC) && !defined(HAVE_STRUCT_TIMESPEC) -#include -#endif -// END: MinGW work around + #endif // C++ Includes