1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

More cleans of the inter-dependencies in the #include files

This commit is contained in:
Marc G. Fournier
1996-11-03 12:13:35 +00:00
parent 71cd646a34
commit ff36ebc922
17 changed files with 48 additions and 111 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: bufmgr.h,v 1.5 1996/11/01 09:31:05 scrappy Exp $
* $Id: bufmgr.h,v 1.6 1996/11/03 12:13:10 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -14,11 +14,10 @@
#define BUFMGR_H
#include <stdio.h>
#include "storage/ipc.h"
#include "storage/buf.h"
#include "utils/rel.h"
#include "storage/block.h"
#include "storage/buf.h"
#include "storage/ipc.h"
#include "utils/rel.h"
/*
* the maximum size of a disk block for any possible installation.