diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-01-08 11:05:32 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-01-08 11:05:32 +0200 |
commit | d562eb482f3180dcd59a332edc91027ea3844d90 (patch) | |
tree | d90bb37b1c75a6429d961031b6a3ae08559408c0 /floatcomp.c | |
parent | b4dc5fb3dc57f7fc7eaba39c5814b8bae9403b77 (diff) | |
download | egawk-d562eb482f3180dcd59a332edc91027ea3844d90.tar.gz egawk-d562eb482f3180dcd59a332edc91027ea3844d90.tar.bz2 egawk-d562eb482f3180dcd59a332edc91027ea3844d90.zip |
Improve use of types throughout.
Diffstat (limited to 'floatcomp.c')
-rw-r--r-- | floatcomp.c | 1 |
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 |