Drop redundant string.h (silent change).
authorSimon Josefsson <simon@josefsson.org>
Fri, 13 Nov 2009 14:00:59 +0000 (15:00 +0100)
committerSimon Josefsson <simon@josefsson.org>
Fri, 13 Nov 2009 14:00:59 +0000 (15:00 +0100)
Suggested by Eric Blake <ebb9@byu.net>.

tests/test-base64.c

index 4868325..8d4a0c6 100644 (file)
@@ -22,7 +22,6 @@
 #include <stdbool.h>
 #include <stdlib.h>
 #include <string.h>
-#include <string.h>
 #include <stdint.h>
 
 #include "base64.h"