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