aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sha1.c
diff options
context:
space:
mode:
authorPaul Eggert2022-09-28 00:29:09 -0700
committerPaul Eggert2022-09-28 00:37:12 -0700
commita9b29ee4a0ffa4878d67eaf518dbeed098844b9e (patch)
treebbde8d6eae8b3676bb1d9f74d8ce0f6d7016c834 /lib/sha1.c
parentc1eb13b32676b288a3ab3826501caf7bcd376b7f (diff)
downloademacs-a9b29ee4a0ffa4878d67eaf518dbeed098844b9e.tar.gz
emacs-a9b29ee4a0ffa4878d67eaf518dbeed098844b9e.zip
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib/sha1.c')
-rw-r--r--lib/sha1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sha1.c b/lib/sha1.c
index 79e50ba0b03..5a18213edc1 100644
--- a/lib/sha1.c
+++ b/lib/sha1.c
@@ -29,7 +29,6 @@
29#endif 29#endif
30#include "sha1.h" 30#include "sha1.h"
31 31
32#include <stdalign.h>
33#include <stdint.h> 32#include <stdint.h>
34#include <string.h> 33#include <string.h>
35 34