projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1d75d5
)
Drop redundant string.h (silent change).
author
Simon Josefsson
<simon@josefsson.org>
Fri, 13 Nov 2009 14:00:59 +0000
(15:00 +0100)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/tests/test-base64.c
b/tests/test-base64.c
index 48683259f1a0a45139b52c7b885420f4effc04e7..8d4a0c641647b5c3287bb87ab922fa97ce640a01 100644
(file)
--- 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"