changeset 12276:17f20ed94cde

Drop redundant string.h (silent change). Suggested by Eric Blake <ebb9@byu.net>.
author Simon Josefsson <simon@josefsson.org>
date Fri, 13 Nov 2009 15:00:59 +0100
parents e748781b8840
children 502247708da6
files tests/test-base64.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-base64.c
+++ b/tests/test-base64.c
@@ -22,7 +22,6 @@
 #include <stdbool.h>
 #include <stdlib.h>
 #include <string.h>
-#include <string.h>
 #include <stdint.h>
 
 #include "base64.h"