chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
caef48c
)
struct/dstr-putf.c: Remove apparently redundant inclusion of <math.h>.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 14 May 2016 20:12:23 +0000
(21:12 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/struct/dstr-putf.c
b/struct/dstr-putf.c
index 0ff4fb123c351218f0b1e12f75db00267d0783e3..e097968a875d7e9ceaa2ed8268b8e03f3a91c8e1 100644
(file)
--- a/
struct/dstr-putf.c
+++ b/
struct/dstr-putf.c
@@
-32,7
+32,6
@@
#include <assert.h>
#include <ctype.h>
#include <limits.h>
#include <assert.h>
#include <ctype.h>
#include <limits.h>
-#include <math.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>