diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1996-10-31 09:51:30 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-31 09:51:30 +0000 |
| commit | 99412aef2326b5610a64a2fd2611bc0fb003296e (patch) | |
| tree | ebe3b6557b912fab336d0721cd330eaf65cb16c3 /src/include/catalog/pg_group.h | |
| parent | 3341750769e061e83c068b5b78a048d6cba733ca (diff) | |
| download | postgresql-99412aef2326b5610a64a2fd2611bc0fb003296e.tar.gz | |
remove:
#include "postgres.h"
#include "c.h"
Diffstat (limited to 'src/include/catalog/pg_group.h')
| -rw-r--r-- | src/include/catalog/pg_group.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/catalog/pg_group.h b/src/include/catalog/pg_group.h index b392cd25c1..b54a960b06 100644 --- a/src/include/catalog/pg_group.h +++ b/src/include/catalog/pg_group.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pg_group.h,v 1.1 1996/08/28 01:56:45 scrappy Exp $ + * $Id: pg_group.h,v 1.2 1996/10/31 09:47:28 scrappy Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -23,7 +23,6 @@ * can be read by both genbki.sh and the C compiler. * ---------------- */ -#include "postgres.h" CATALOG(pg_group) BOOTSTRAP { NameData groname; |
