Skip to content
Snippets Groups Projects
Commit 7f91ee93 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Clean up header inclusion

parent a7bc8a4c
No related branches found
No related tags found
No related merge requests found
......@@ -39,17 +39,19 @@
#include <ac/param.h>
#ifdef SLAPD_CRYPT
#include <ac/crypt.h>
#endif
# include <ac/crypt.h>
#ifdef HAVE_SHADOW_H
# if defined( HAVE_GETPWNAM ) && defined( HAVE_PW_PASSWD )
# ifdef HAVE_SHADOW_H
# include <shadow.h>
#endif
#ifdef HAVE_PWD_H
# endif
# ifdef HAVE_PWD_H
# include <pwd.h>
#endif
#ifdef HAVE_AIX_SECURITY
# endif
# ifdef HAVE_AIX_SECURITY
# include <userpw.h>
# endif
# endif
#endif
#include <lber.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment