aboutsummaryrefslogtreecommitdiffstats
path: root/floatcomp.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-01-08 11:05:32 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-01-08 11:05:32 +0200
commitd562eb482f3180dcd59a332edc91027ea3844d90 (patch)
treed90bb37b1c75a6429d961031b6a3ae08559408c0 /floatcomp.c
parentb4dc5fb3dc57f7fc7eaba39c5814b8bae9403b77 (diff)
downloadegawk-d562eb482f3180dcd59a332edc91027ea3844d90.tar.gz
egawk-d562eb482f3180dcd59a332edc91027ea3844d90.tar.bz2
egawk-d562eb482f3180dcd59a332edc91027ea3844d90.zip
Improve use of types throughout.
Diffstat (limited to 'floatcomp.c')
-rw-r--r--floatcomp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/floatcomp.c b/floatcomp.c
index 7317fa75..e2df8c50 100644
--- a/floatcomp.c
+++ b/floatcomp.c
@@ -25,7 +25,6 @@
*/
#include "awk.h"
-#include <math.h>
#ifdef HAVE_UINTMAX_T