aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Host/TimeValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/TimeValue.h')
-rw-r--r--include/lldb/Host/TimeValue.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/lldb/Host/TimeValue.h b/include/lldb/Host/TimeValue.h
index ba230045307f..1792d343a6a6 100644
--- a/include/lldb/Host/TimeValue.h
+++ b/include/lldb/Host/TimeValue.h
@@ -15,11 +15,7 @@
#ifndef _MSC_VER
#include <sys/time.h>
-// BEGIN: MinGW work around
-#if !defined(_STRUCT_TIMESPEC) && !defined(HAVE_STRUCT_TIMESPEC)
-#include <pthread.h>
-#endif
-// END: MinGW work around
+
#endif
// C++ Includes