diff options
Diffstat (limited to 'src/include/catalog/pg_attribute.h')
-rw-r--r-- | src/include/catalog/pg_attribute.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/catalog/pg_attribute.h b/src/include/catalog/pg_attribute.h index 76605d3bc94..f4aa9aac3fd 100644 --- a/src/include/catalog/pg_attribute.h +++ b/src/include/catalog/pg_attribute.h @@ -7,7 +7,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pg_attribute.h,v 1.2 1996/10/31 09:47:19 scrappy Exp $ + * $Id: pg_attribute.h,v 1.3 1996/11/01 09:22:37 scrappy Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -29,7 +29,6 @@ * can be read by both genbki.sh and the C compiler. * ---------------- */ -#include "access/attnum.h" /* ---------------- * pg_attribute definition. cpp turns this into |