diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-19 06:27:33 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-19 06:27:33 +0000 |
commit | 0eac5b0ed5f57f1567ade5685701f9f0b2d7c7dd (patch) | |
tree | 95147a8a4173cccc145d9a63c307aac10b2171c9 /src/include/storage/bufmgr.h | |
parent | e77f64af62409c5b10f76e5d66706358ae5f4600 (diff) | |
download | postgresql-0eac5b0ed5f57f1567ade5685701f9f0b2d7c7dd.tar.gz postgresql-0eac5b0ed5f57f1567ade5685701f9f0b2d7c7dd.zip |
Welp, another subdirectory cleaned out of redundant/unused #include
files
Diffstat (limited to 'src/include/storage/bufmgr.h')
-rw-r--r-- | src/include/storage/bufmgr.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h index 274f59d9862..8350076ad62 100644 --- a/src/include/storage/bufmgr.h +++ b/src/include/storage/bufmgr.h @@ -6,19 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: bufmgr.h,v 1.1 1996/08/28 01:58:01 scrappy Exp $ + * $Id: bufmgr.h,v 1.2 1996/10/19 06:27:14 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef BUFMGR_H #define BUFMGR_H -#include "c.h" - -#include "machine.h" /* for BLCKSZ */ -#include "utils/rel.h" - -#include "storage/buf_internals.h" /* UGLY! -- ay */ +#include <stdio.h> /* * the maximum size of a disk block for any possible installation. |