diff options
author | Christopher R. Hertel <crh@samba.org> | 1998-06-08 20:07:40 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 1998-06-08 20:07:40 +0000 |
commit | ae260b9688676afc712fec0890b3cd79dfb53331 (patch) | |
tree | 60bbf807fe50b9736e88ffc412632342dee78c17 /source3/include/includes.h | |
parent | 6d53920d8a94eae92a5f061eeb99b7cdfac76228 (diff) | |
download | samba-ae260b9688676afc712fec0890b3cd79dfb53331.tar.gz samba-ae260b9688676afc712fec0890b3cd79dfb53331.tar.bz2 samba-ae260b9688676afc712fec0890b3cd79dfb53331.zip |
Moved the ubiqx stuff above nameserv.h so that ubiqx typedefs could be
seen by the nameserve.h header.
(This used to be commit 530b54b8a2234a72d7a12606bff38648e56c5c1c)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r-- | source3/include/includes.h | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 74000a83ba..4164d408c9 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -1218,6 +1218,12 @@ extern char *sys_errlist[]; #define MAXHOSTNAMELEN 255 #endif +/* Lists, trees, caching, datbase... */ +#include "ubiqx/ubi_dLinkList.h" +#ifndef UBI_BINTREE_H +#include "ubiqx/ubi_Cache.h" +#endif /* UBI_BINTREE_H */ + #include "version.h" #include "smb.h" #include "nameserv.h" @@ -1387,16 +1393,4 @@ extern int errno; #include "mem_man/mem_man.h" #endif /* MEM_MAN */ - -/* -------------------------------------------------------------------------- ** - * Lists, trees, and caching... - */ -#include "ubiqx/ubi_sLinkList.h" -#include "ubiqx/ubi_dLinkList.h" - -#ifndef UBI_BINTREE_H -#include "ubiqx/ubi_SplayTree.h" -#include "ubiqx/ubi_Cache.h" -#endif /* UBI_BINTREE_H */ - #endif /* _INCLUDES_H */ |