diff options
Diffstat (limited to 'src/include/storage/bufmgr.h')
-rw-r--r-- | src/include/storage/bufmgr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h index c434d1beec4..195401e23fc 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" |