diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-11 00:07:12 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-11 00:07:12 -0800 |
commit | 1e90ef3c7658e2770940f6cb870bb671733cc188 (patch) | |
tree | a5ee247eec27a88beb2b45dc401bc8348afc7339 /arith.c | |
parent | ef9d1a2ddb3cd1b237b82c7dda092527a2e7bb00 (diff) | |
download | txr-1e90ef3c7658e2770940f6cb870bb671733cc188.tar.gz txr-1e90ef3c7658e2770940f6cb870bb671733cc188.tar.bz2 txr-1e90ef3c7658e2770940f6cb870bb671733cc188.zip |
* arith.c: Remove inclusion of unneeded headers: <limits.h>
and <dirent.h>.
Diffstat (limited to 'arith.c')
-rw-r--r-- | arith.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -29,12 +29,9 @@ #include <stdlib.h> #include <string.h> #include <wctype.h> -#include <limits.h> #include <stdarg.h> -#include <dirent.h> #include <setjmp.h> #include <wchar.h> -#include <limits.h> #include <math.h> #include <signal.h> #include <ctype.h> |