diff options
author | Christopher R. Hertel <crh@samba.org> | 1998-05-22 07:46:39 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 1998-05-22 07:46:39 +0000 |
commit | a1f4c8567c3c5264cbfa99867fa894cafab7da81 (patch) | |
tree | 06cec47ca1d3d300b6d5c837b625d4499137b0e7 /source/smbd | |
parent | b3c8b14a47e46e501e1684391e3706e143c2adbf (diff) | |
download | samba-a1f4c8567c3c5264cbfa99867fa894cafab7da81.tar.gz samba-a1f4c8567c3c5264cbfa99867fa894cafab7da81.tar.xz samba-a1f4c8567c3c5264cbfa99867fa894cafab7da81.zip |
I've put the ubiqx headers back into includes.h, and removed them from
dir.c & mangle.c. This was possible after I checked the tree code to make
sure that the tree code did not reference functions by macro name. Also,
note that the AVL module has been removed to prevent conflict with the
SplayTree macro defines.
Chris -)-----
Diffstat (limited to 'source/smbd')
-rw-r--r-- | source/smbd/dir.c | 1 | ||||
-rw-r--r-- | source/smbd/mangle.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/source/smbd/dir.c b/source/smbd/dir.c index 59ee23bbe8d..37fcd057430 100644 --- a/source/smbd/dir.c +++ b/source/smbd/dir.c @@ -20,7 +20,6 @@ */ #include "includes.h" -#include "ubiqx/ubi_dLinkList.h" extern int DEBUGLEVEL; extern connection_struct Connections[]; diff --git a/source/smbd/mangle.c b/source/smbd/mangle.c index e822894600f..33fc729a7ff 100644 --- a/source/smbd/mangle.c +++ b/source/smbd/mangle.c @@ -46,7 +46,6 @@ */ #include "includes.h" -#include "ubiqx/ubi_Cache.h" /* -------------------------------------------------------------------------- ** |