diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2002-06-27 13:18:27 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2002-06-27 13:18:27 +0000 |
commit | c40995b36ae34415d349d05170263b3763f69342 (patch) | |
tree | 1aea4989f3d03c8bb0cb8c22ed4f3c5ad1317ffe /lib/libc | |
parent | 141fc4eacd224fa814f32680027c0aaa9a746429 (diff) |
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/hcreate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/stdlib/hcreate.c b/lib/libc/stdlib/hcreate.c index d40bd95d63bfc..58780850be6d1 100644 --- a/lib/libc/stdlib/hcreate.c +++ b/lib/libc/stdlib/hcreate.c @@ -60,7 +60,6 @@ __FBSDID("$FreeBSD$"); #include <search.h> #include <stdlib.h> #include <string.h> -#include "namespace.h" /* * DO NOT MAKE THIS STRUCTURE LARGER THAN 32 BYTES (4 ptrs on 64-bit |