diff options
Diffstat (limited to 'clang/lib/Headers/openmp_wrappers/math.h')
-rw-r--r-- | clang/lib/Headers/openmp_wrappers/math.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Headers/openmp_wrappers/math.h b/clang/lib/Headers/openmp_wrappers/math.h index d9f798943ca..d2786ecb242 100644 --- a/clang/lib/Headers/openmp_wrappers/math.h +++ b/clang/lib/Headers/openmp_wrappers/math.h @@ -7,9 +7,7 @@ *===-----------------------------------------------------------------------=== */ -#ifndef __cplusplus #include <__clang_openmp_math.h> -#endif #ifndef __CLANG_NO_HOST_MATH__ #include_next <math.h> |