summaryrefslogtreecommitdiff
path: root/builtin.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-08-08 16:57:45 +0300
committerArnold D. Robbins <arnold@skeeve.com>2022-08-08 16:57:45 +0300
commitd2af5c05a2ae0cd80841f58266fc036e6d9afec0 (patch)
tree423c492ba4c8828c848a04fb4b848e090795ede9 /builtin.c
parenta245edf421593a1ef994975cc32fc469089b7e08 (diff)
downloadgawk-d2af5c05a2ae0cd80841f58266fc036e6d9afec0.tar.gz
Move floatmagic.h include to awk.h.
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin.c b/builtin.c
index 4d06ea7a..04fac763 100644
--- a/builtin.c
+++ b/builtin.c
@@ -30,7 +30,6 @@
#include <fcntl.h>
#endif
#include "random.h"
-#include "floatmagic.h"
#if defined(HAVE_POPEN_H)
#include "popen.h"