1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

Don't include xstrtod.h; it's not needed.

This commit is contained in:
Jim Meyering
2003-11-27 07:42:03 +00:00
parent 8580fa2908
commit 955a2340ea

View 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.