mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Reorder includes
This commit is contained in:
parent
647b5f84ee
commit
af8769b06d
1 changed files with 3 additions and 6 deletions
|
|
@ -25,13 +25,10 @@
|
|||
*/
|
||||
|
||||
#include "portable.h"
|
||||
#include <ac/bytes.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/string.h>
|
||||
#include <ac/socket.h>
|
||||
#include <ac/bytes.h>
|
||||
|
||||
#include "lutil_sha1.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue