struct/dstr-putf.c: Remove apparently redundant inclusion of <math.h>.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 14 May 2016 20:12:23 +0000 (21:12 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 16 May 2016 00:32:29 +0000 (01:32 +0100)
Just to make it clear that we don't depend on the floating-point library
in any important way.

struct/dstr-putf.c

index 0ff4fb1..e097968 100644 (file)
@@ -32,7 +32,6 @@
 #include <assert.h>
 #include <ctype.h>
 #include <limits.h>
-#include <math.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>