lib: Avoid an includes.h
authorVolker Lendecke <vl@samba.org>
Sun, 8 Jan 2017 19:52:47 +0000 (19:52 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 28 Mar 2017 15:45:19 +0000 (17:45 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/util/util_pw.c

index dae3a69492ae43af28e16ac5c6bb8e4863edda9e..8035de4392c372368d3d01dab82180a5d5a9b8cc 100644 (file)
@@ -24,7 +24,8 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "includes.h"
+#include "replace.h"
+#include <talloc.h>
 #include "system/passwd.h"
 #include "lib/util/util_pw.h"