diff options
Diffstat (limited to 'src/include/storage/lmgr.h')
-rw-r--r-- | src/include/storage/lmgr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/storage/lmgr.h b/src/include/storage/lmgr.h index 87f7143a0b5..655ed7c93c5 100644 --- a/src/include/storage/lmgr.h +++ b/src/include/storage/lmgr.h @@ -6,14 +6,13 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: lmgr.h,v 1.1 1996/08/28 01:58:13 scrappy Exp $ + * $Id: lmgr.h,v 1.2 1996/10/31 09:49:56 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef LMGR_H #define LMGR_H -#include "postgres.h" #include "storage/itemptr.h" #include "storage/lock.h" |