diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-04-25 14:06:57 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-04-25 14:06:57 +0000 |
commit | d7cd7c88fdabb01d9e40ae8a657737907a21ac37 (patch) | |
tree | 5233f08ef9be2e9dac934a2d39c228318be56e1b /source/passdb | |
parent | 10c5470835b43116ed48b3137c3b9cc867a20989 (diff) | |
download | samba-d7cd7c88fdabb01d9e40ae8a657737907a21ac37.tar.gz samba-d7cd7c88fdabb01d9e40ae8a657737907a21ac37.tar.xz samba-d7cd7c88fdabb01d9e40ae8a657737907a21ac37.zip |
moved trans2.h and nterr.h into includes.h with all our other includes
Diffstat (limited to 'source/passdb')
-rw-r--r-- | source/passdb/passdb.c | 1 | ||||
-rw-r--r-- | source/passdb/passgrp.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/source/passdb/passdb.c b/source/passdb/passdb.c index f520a11157a..bb7bbcaa01b 100644 --- a/source/passdb/passdb.c +++ b/source/passdb/passdb.c @@ -21,7 +21,6 @@ */ #include "includes.h" -#include "nterr.h" extern int DEBUGLEVEL; diff --git a/source/passdb/passgrp.c b/source/passdb/passgrp.c index f578d9a20ea..399a45d8a9a 100644 --- a/source/passdb/passgrp.c +++ b/source/passdb/passgrp.c @@ -21,7 +21,6 @@ */ #include "includes.h" -#include "nterr.h" extern int DEBUGLEVEL; |