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 | 00e3fe132476fcaed0f4b9bbe74b0a6559c39df0 (patch) | |
tree | b7b780671e01ddd1429f67955589950f66ce0ebf /source3/groupdb/aliasdb.c | |
parent | 858e63cab3b6a23692678d6eb03f9e48c3c08603 (diff) | |
download | samba-00e3fe132476fcaed0f4b9bbe74b0a6559c39df0.tar.gz samba-00e3fe132476fcaed0f4b9bbe74b0a6559c39df0.tar.bz2 samba-00e3fe132476fcaed0f4b9bbe74b0a6559c39df0.zip |
moved trans2.h and nterr.h into includes.h with all our other includes
(This used to be commit d7cd7c88fdabb01d9e40ae8a657737907a21ac37)
Diffstat (limited to 'source3/groupdb/aliasdb.c')
-rw-r--r-- | source3/groupdb/aliasdb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/groupdb/aliasdb.c b/source3/groupdb/aliasdb.c index e5e6ebfa53..a6876d0afc 100644 --- a/source3/groupdb/aliasdb.c +++ b/source3/groupdb/aliasdb.c @@ -21,7 +21,6 @@ */ #include "includes.h" -#include "nterr.h" extern int DEBUGLEVEL; |