From f26e77ba4088f20e72e13409f9ad535039abd291 Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Mon, 3 Jun 2024 11:33:03 -0700 Subject: More General Cleanup (#1638) * LINKER_FILES in makefile * COLPOLY_GET_NORMAL * math header * libc * M_PI for cosf and sinf files * MAXFLOAT * Revert "MAXFLOAT" This reverts commit 96b75ffaa89b1a4ca1c08278b28bc3c70224701a. * Remove SHT_MINV * SHRT_MAX * Add M_PI * Angle macros * f suffix * Format --- src/boot/O2/stackcheck.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/boot/O2/stackcheck.c') diff --git a/src/boot/O2/stackcheck.c b/src/boot/O2/stackcheck.c index edd1e3a30..d08dbfcb5 100644 --- a/src/boot/O2/stackcheck.c +++ b/src/boot/O2/stackcheck.c @@ -1,6 +1,6 @@ #include "stackcheck.h" -#include "libc/stdbool.h" -#include "libc/stdint.h" +#include "stdbool.h" +#include "stdint.h" StackEntry* sStackInfoListStart = NULL; StackEntry* sStackInfoListEnd = NULL; -- cgit v1.2.3