diff options
Diffstat (limited to 'source3/ubiqx/ubi_Cache.c')
-rw-r--r-- | source3/ubiqx/ubi_Cache.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/source3/ubiqx/ubi_Cache.c b/source3/ubiqx/ubi_Cache.c index 38eeaa61e42..f6081374ef9 100644 --- a/source3/ubiqx/ubi_Cache.c +++ b/source3/ubiqx/ubi_Cache.c @@ -91,6 +91,10 @@ * -------------------------------------------------------------------------- ** * * Log: ubi_Cache.c,v + * Revision 0.3 1998/06/03 18:00:15 crh + * Further fiddling with sys_include.h, which is no longer explicitly + * included by this module since it is inherited from ubi_BinTree.h. + * * Revision 0.2 1998/06/02 01:36:18 crh * Changed include name from ubi_null.h to sys_include.h to make it * more generic. @@ -104,7 +108,6 @@ * ========================================================================== ** */ -#include "sys_include.h" /* System-specific includes. */ #include "ubi_Cache.h" /* Header for *this* module. */ /* -------------------------------------------------------------------------- ** @@ -114,8 +117,8 @@ /* commented out until I make use of it... static char ModuleID[] = "ubi_Cache\n\ -\tRevision: 0.2 \n\ -\tDate: 1998/06/02 01:36:18 \n\ +\tRevision: 0.3 \n\ +\tDate: 1998/06/03 18:00:15 \n\ \tAuthor: crh \n"; */ |