]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't include xstrtod.h; it's not needed.
authorJim Meyering <jim@meyering.net>
Thu, 27 Nov 2003 07:42:03 +0000 (07:42 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 27 Nov 2003 07:42:03 +0000 (07:42 +0000)
lib/xnanosleep.c

index c4e9b469b4083fd9ebca1e09c508d9bcb828b98a..70badf4317c3c9c38cbb67ba52585f2ccadaa32f 100644 (file)
@@ -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.