summaryrefslogtreecommitdiff
path: root/Porting/timecheck.c
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2018-11-27 22:15:22 -0500
committerJames E Keenan <jkeenan@cpan.org>2018-12-07 23:09:23 +0000
commit55f31339d5d54540ec424ac8208ec80136c9abb3 (patch)
tree6a6cd0780365a7f57c453c9dec19644f9e9dd49a /Porting/timecheck.c
parent252e731f408fa6f7a284ed879dee7a0d93156168 (diff)
downloadperl-55f31339d5d54540ec424ac8208ec80136c9abb3.tar.gz
No need to include 'values.h'.
timecheck.c does not appear to use any thing from this file. Linux documentation marks the interface as obsolete. It's not found, e.g., on FreeBSD.
Diffstat (limited to 'Porting/timecheck.c')
-rw-r--r--Porting/timecheck.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Porting/timecheck.c b/Porting/timecheck.c
index e9e744121b..6ed70075be 100644
--- a/Porting/timecheck.c
+++ b/Porting/timecheck.c
@@ -6,7 +6,6 @@
#include <stdio.h>
#include <time.h>
#include <errno.h>
-#include <values.h>
#include <string.h>
int opt_v = 0;