summaryrefslogtreecommitdiff
path: root/include/mpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mpool.h')
-rw-r--r--include/mpool.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mpool.h b/include/mpool.h
index 0cbdd39d26f9..910e0782aa9d 100644
--- a/include/mpool.h
+++ b/include/mpool.h
@@ -33,8 +33,6 @@
* @(#)mpool.h 8.1 (Berkeley) 6/2/93
*/
-#ifndef _MPOOL_H_
-#define _MPOOL_H
/*
* The memory pool scheme is a simple one. Each in memory page is referenced
* by a bucket which is threaded in three ways. All active pages are threaded
@@ -135,5 +133,3 @@ int mpool_close __P((MPOOL *));
void mpool_stat __P((MPOOL *));
#endif
__END_DECLS
-
-#endif /* _MPOOL_H_ */