From 186dc96ef66d18095d7e49c13aced02dacc60278 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sat, 10 Oct 2020 20:47:36 -0500 Subject: [PATCH] libroot/os/x86_64: clang says to never include ia32intrin Change-Id: I08ecdfdc82f89c56081a8873d6263c30bad129b6 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3302 Reviewed-by: Alex von Gluck IV Reviewed-by: waddlesplash --- src/system/libroot/os/arch/x86_64/system_time.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/system/libroot/os/arch/x86_64/system_time.cpp b/src/system/libroot/os/arch/x86_64/system_time.cpp index 76597de4d8..5678d31323 100644 --- a/src/system/libroot/os/arch/x86_64/system_time.cpp +++ b/src/system/libroot/os/arch/x86_64/system_time.cpp @@ -6,10 +6,7 @@ #include -//#include -#define _X86INTRIN_H_INCLUDED -#include - +#include static uint64_t cv_factor;