From: Jim Meyering Date: Thu, 27 Nov 2003 07:42:03 +0000 (+0000) Subject: Don't include xstrtod.h; it's not needed. X-Git-Tag: v5.1.0~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=955a2340ea56abb3ac0438a45b2af8300d07a629;p=thirdparty%2Fcoreutils.git Don't include xstrtod.h; it's not needed. --- diff --git a/lib/xnanosleep.c b/lib/xnanosleep.c index c4e9b469b4..70badf4317 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.