summaryrefslogtreecommitdiff
path: root/src/include/storage/bufmgr.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-17 20:18:55 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-17 20:18:55 +0000
commit3406901a2928627477374769416a32b01a08b131 (patch)
treee045a16716bbeb4b90ed143260887e23f96939f5 /src/include/storage/bufmgr.h
parentc62b8a68bf60a451f57fd026bacc91648de7433a (diff)
downloadpostgresql-3406901a2928627477374769416a32b01a08b131.tar.gz
Move some system includes into c.h, and remove duplicates.
Diffstat (limited to 'src/include/storage/bufmgr.h')
-rw-r--r--src/include/storage/bufmgr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h
index c434d1beec..195401e23f 100644
--- a/src/include/storage/bufmgr.h
+++ b/src/include/storage/bufmgr.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: bufmgr.h,v 1.28 1999/07/15 23:04:09 momjian Exp $
+ * $Id: bufmgr.h,v 1.29 1999/07/17 20:18:33 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef BUFMGR_H
#define BUFMGR_H
-#include <stdio.h>
#include "storage/ipc.h"
#include "storage/block.h"