]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Align headers with HEAD
authorKurt Zeilenga <kurt@openldap.org>
Fri, 28 Sep 2001 01:10:27 +0000 (01:10 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 28 Sep 2001 01:10:27 +0000 (01:10 +0000)
libraries/liblutil/sha1.c

index 9d97ceb169c165118afe8b363458c9095079cb1f..37b90a4dcec7036996478d03138f69ae459a9074 100644 (file)
  */
 
 #include "portable.h"
+#include <ac/param.h>
 #include <ac/string.h>
-
-/* include socket.h to get sys/types.h and/or winsock2.h */
 #include <ac/socket.h>
-
-#include <ac/param.h>
+#include <ac/bytes.h>
 
 #include "lutil_sha1.h"