aboutsummaryrefslogtreecommitdiff
path: root/libc/shared/math/exp10f16.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/shared/math/exp10f16.h')
-rw-r--r--libc/shared/math/exp10f16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/shared/math/exp10f16.h b/libc/shared/math/exp10f16.h
index 8acdbdb..af00787 100644
--- a/libc/shared/math/exp10f16.h
+++ b/libc/shared/math/exp10f16.h
@@ -10,10 +10,10 @@
#define LLVM_LIBC_SHARED_MATH_EXP10F_H
#include "include/llvm-libc-macros/float16-macros.h"
+#include "shared/libc_common.h"
#ifdef LIBC_TYPES_HAS_FLOAT16
-#include "shared/libc_common.h"
#include "src/__support/math/exp10f16.h"
namespace LIBC_NAMESPACE_DECL {