diff options
author | deischen <deischen@FreeBSD.org> | 2002-06-27 13:18:27 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2002-06-27 13:18:27 +0000 |
commit | 39357aa235303b57abed1a72b86aa6e6f08fb294 (patch) | |
tree | 1aea4989f3d03c8bb0cb8c22ed4f3c5ad1317ffe /lib/libc/stdlib | |
parent | 69db0942b959283aaa6d65192b6e4a7d76ca8335 (diff) | |
download | FreeBSD-src-39357aa235303b57abed1a72b86aa6e6f08fb294.zip FreeBSD-src-39357aa235303b57abed1a72b86aa6e6f08fb294.tar.gz |
Remove improper use of <namespace.h>
Diffstat (limited to 'lib/libc/stdlib')
-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 d40bd95..5878085 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 |