From 169daa11155988a210fac949297381743f3cb400 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 23:14:53 +0100 Subject: feat: clang-tidy fixes --- lib/libm/powf_data.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libm/powf_data.h') diff --git a/lib/libm/powf_data.h b/lib/libm/powf_data.h index 5b136e28..951f28f2 100644 --- a/lib/libm/powf_data.h +++ b/lib/libm/powf_data.h @@ -5,8 +5,7 @@ #ifndef _POWF_DATA_H #define _POWF_DATA_H -#include "libm.h" -#include "exp2f_data.h" +#include "libm.h" // for TOINT_INTRINSICS, hidden #define POWF_LOG2_TABLE_BITS 4 #define POWF_LOG2_POLY_ORDER 5 -- cgit v1.2.3