From 37f35c82fab1cb2c1203678e622c83dc2ba58f83 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 18:06:53 -0400 Subject: adjust to new file names --- src/math/__fpclassify.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/math/__fpclassify.c') diff --git a/src/math/__fpclassify.c b/src/math/__fpclassify.c index ca3ef493..8331bd41 100644 --- a/src/math/__fpclassify.c +++ b/src/math/__fpclassify.c @@ -2,14 +2,6 @@ #include #include "_tgmath.h" -#if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L -#include "FP_INFINITE.c" -#include "FP_NAN.c" -#include "FP_NORMAL.c" -#include "FP_SUBNORMAL.c" -#include "FP_ZERO.c" -#endif - int TGFN(__fpclassify)(TYPE x) { (void)x; -- cgit v1.2.1