]> git.cworth.org Git - tar/blobdiff - gnu/time_r.c
Imported Upstream version 1.24
[tar] / gnu / time_r.c
index 0c3477a1c1573eb1f883da7a1041e51f42f0302a..ff0a5277c2346e26f49cc6b6c32625d004bd9d0a 100644 (file)
@@ -2,7 +2,7 @@
 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
 /* Reentrant time functions like localtime_r.
 
-   Copyright (C) 2003, 2006, 2007, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2006-2007, 2010 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -24,8 +24,6 @@
 
 #include <time.h>
 
-#include <string.h>
-
 static struct tm *
 copy_tm_result (struct tm *dest, struct tm const *src)
 {