diff options
Diffstat (limited to 'src/include/storage/buffile.h')
-rw-r--r-- | src/include/storage/buffile.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/storage/buffile.h b/src/include/storage/buffile.h index 078abebae54..a6f6312a7b6 100644 --- a/src/include/storage/buffile.h +++ b/src/include/storage/buffile.h @@ -18,7 +18,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: buffile.h,v 1.5 2000/06/08 22:37:54 momjian Exp $ + * $Id: buffile.h,v 1.6 2000/06/15 03:32:59 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -26,8 +26,6 @@ #ifndef BUFFILE_H #define BUFFILE_H -#include "storage/fd.h" - /* BufFile is an opaque type whose details are not known outside buffile.c. */ typedef struct BufFile BufFile; |