From 00e3fe132476fcaed0f4b9bbe74b0a6559c39df0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 25 Apr 2000 14:06:57 +0000 Subject: moved trans2.h and nterr.h into includes.h with all our other includes (This used to be commit d7cd7c88fdabb01d9e40ae8a657737907a21ac37) --- source3/passdb/passdb.c | 1 - source3/passdb/passgrp.c | 1 - 2 files changed, 2 deletions(-) (limited to 'source3/passdb') diff --git a/source3/passdb/passdb.c b/source3/passdb/passdb.c index f520a11157..bb7bbcaa01 100644 --- a/source3/passdb/passdb.c +++ b/source3/passdb/passdb.c @@ -21,7 +21,6 @@ */ #include "includes.h" -#include "nterr.h" extern int DEBUGLEVEL; diff --git a/source3/passdb/passgrp.c b/source3/passdb/passgrp.c index f578d9a20e..399a45d8a9 100644 --- a/source3/passdb/passgrp.c +++ b/source3/passdb/passgrp.c @@ -21,7 +21,6 @@ */ #include "includes.h" -#include "nterr.h" extern int DEBUGLEVEL; -- cgit