summaryrefslogtreecommitdiffstats
path: root/arith.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-04-22 19:41:38 -0700
committerKaz Kylheku <kaz@kylheku.com>2020-04-22 19:41:38 -0700
commit1e43bc3bc6158a918736adf96792815afba268da (patch)
treefe54c7b28c245160605b9e6b9baab0b09d4ed930 /arith.c
parentb692d3b5b9470551da36768ac47f8aa6805be84b (diff)
downloadtxr-1e43bc3bc6158a918736adf96792815afba268da.tar.gz
txr-1e43bc3bc6158a918736adf96792815afba268da.tar.bz2
txr-1e43bc3bc6158a918736adf96792815afba268da.zip
Remove unnecessary #include directives.
Time for some spring cleaning. * args.c, arith.c, buf.c, cadr.c, chksum.c, debug.c, ftw.c, gc.c, gencadr.txr, glob.c, hash.c, lisplib.c, match.c, parser.c, parser.l, parser.y, rand.c, signal.c, stream.c, strudel.c, syslog.c, tree.c, unwind.c, utf8.c, vm.c: Numerous unnecessary #include directives removed.
Diffstat (limited to 'arith.c')
-rw-r--r--arith.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arith.c b/arith.c
index 91f65d03..aad37344 100644
--- a/arith.c
+++ b/arith.c
@@ -30,7 +30,6 @@
#include <stddef.h>
#include <string.h>
#include <wctype.h>
-#include <stdarg.h>
#include <wchar.h>
#include <math.h>
#include <signal.h>