diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-16 17:07:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-16 17:07:40 +0000 |
commit | 773088809df925442bb9df35352c11e3d106314a (patch) | |
tree | ab0e98368b26dc6a2853cbe498c8660855213ab2 /src/include/storage/buf_internals.h | |
parent | 4d5aa343de8564b48364bb5f8efa671b12ae0446 (diff) | |
download | postgresql-773088809df925442bb9df35352c11e3d106314a.tar.gz postgresql-773088809df925442bb9df35352c11e3d106314a.zip |
More cleanup
Diffstat (limited to 'src/include/storage/buf_internals.h')
-rw-r--r-- | src/include/storage/buf_internals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h index 0b496f07bf5..98d8be3369d 100644 --- a/src/include/storage/buf_internals.h +++ b/src/include/storage/buf_internals.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: buf_internals.h,v 1.30 1999/07/15 23:04:08 momjian Exp $ + * $Id: buf_internals.h,v 1.31 1999/07/16 17:07:37 momjian Exp $ * * NOTE * If BUFFERPAGE0 is defined, then 0 will be used as a @@ -17,8 +17,8 @@ #ifndef BUFMGR_INTERNALS_H #define BUFMGR_INTERNALS_H -#include "storage/lmgr.h" #include "storage/buf.h" +#include "storage/lmgr.h" /* Buf Mgr constants */ /* in bufmgr.c */ |