chiark / gitweb /
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 0ff4fb123c351218f0b1e12f75db00267d0783e3..e097968a875d7e9ceaa2ed8268b8e03f3a91c8e1 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>