summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-27 07:42:03 +0000
committerJim Meyering <jim@meyering.net>2003-11-27 07:42:03 +0000
commit955a2340ea56abb3ac0438a45b2af8300d07a629 (patch)
treedd4208c0a128af4d8687e3c6b13d02025dfd751b /lib
parent8580fa2908a9b458a3bab42aa3e1bc9e8fcfa4d9 (diff)
downloadcoreutils-955a2340ea56abb3ac0438a45b2af8300d07a629.tar.xz
Don't include xstrtod.h; it's not needed.
Diffstat (limited to 'lib')
-rw-r--r--lib/xnanosleep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/xnanosleep.c b/lib/xnanosleep.c
index c4e9b469b..70badf431 100644
--- a/lib/xnanosleep.c
+++ b/lib/xnanosleep.c
@@ -47,7 +47,6 @@
#include "timespec.h"
#include "xalloc.h"
#include "xnanosleep.h"
-#include "xstrtod.h"
/* Subtract the `struct timespec' values X and Y by computing X - Y.
If the difference is negative or zero, return 0.