diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-19 04:36:08 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-19 04:36:08 +0000 |
commit | 4c9309a8d5cffc64dadcba586b4eaff1ca1e8072 (patch) | |
tree | 9e1b0f03d725645e763aaed7dab7d38004a4dd3f /src | |
parent | 42dd813494eb8ecd0a2b602ecba1cbc3015fd8fd (diff) | |
download | postgresql-4c9309a8d5cffc64dadcba586b4eaff1ca1e8072.tar.gz postgresql-4c9309a8d5cffc64dadcba586b4eaff1ca1e8072.zip |
another small one
Diffstat (limited to 'src')
-rw-r--r-- | src/include/access/skey.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/access/skey.h b/src/include/access/skey.h index 130c61fc074..f4af159b367 100644 --- a/src/include/access/skey.h +++ b/src/include/access/skey.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: skey.h,v 1.1 1996/08/27 21:50:24 scrappy Exp $ + * $Id: skey.h,v 1.2 1996/10/19 04:36:08 scrappy Exp $ * * * Note: @@ -16,7 +16,6 @@ #ifndef SKEY_H #define SKEY_H -#include "postgres.h" #include "access/attnum.h" |