From 43b085b1a469982e97638ded20fc2262387f1655 Mon Sep 17 00:00:00 2001
From: Simon Josefsson <simon@josefsson.org>
Date: Fri, 13 Nov 2009 15:00:59 +0100
Subject: [PATCH] Drop redundant string.h (silent change).

Suggested by Eric Blake <ebb9@byu.net>.
---
 tests/test-base64.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/test-base64.c b/tests/test-base64.c
index 48683259f1..8d4a0c6416 100644
--- 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"
-- 
2.39.5