summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/range_reduction_double_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/math/generic/range_reduction_double_common.h')
-rw-r--r--libc/src/math/generic/range_reduction_double_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/src/math/generic/range_reduction_double_common.h b/libc/src/math/generic/range_reduction_double_common.h
index bcab82f6c9c3..06aeb49495ad 100644
--- a/libc/src/math/generic/range_reduction_double_common.h
+++ b/libc/src/math/generic/range_reduction_double_common.h
@@ -9,7 +9,6 @@
#ifndef LLVM_LIBC_SRC_MATH_GENERIC_RANGE_REDUCTION_DOUBLE_COMMON_H
#define LLVM_LIBC_SRC_MATH_GENERIC_RANGE_REDUCTION_DOUBLE_COMMON_H
-#include "src/__support/FPUtil/FPBits.h"
#include "src/__support/FPUtil/double_double.h"
#include "src/__support/FPUtil/dyadic_float.h"
#include "src/__support/FPUtil/multiply_add.h"