diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-01-09 18:00:24 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-01-09 18:00:24 +0000 |
commit | 83b06823f63aefa40736c1797890d13c043f352d (patch) | |
tree | 0fa78d87d8f12cd9218c3982dab5eea7563846e2 /src/include/commands/typecmds.h | |
parent | 9df2c440326cf5ebfe485af4e76938c12faa220d (diff) | |
download | postgresql-83b06823f63aefa40736c1797890d13c043f352d.tar.gz postgresql-83b06823f63aefa40736c1797890d13c043f352d.zip |
Move new typedef AclId into c.h, so as to avoid cluttering namespace
by having to include miscadmin.h into other header files.
Diffstat (limited to 'src/include/commands/typecmds.h')
-rw-r--r-- | src/include/commands/typecmds.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/commands/typecmds.h b/src/include/commands/typecmds.h index 8f21aef7f41..fde284efeaf 100644 --- a/src/include/commands/typecmds.h +++ b/src/include/commands/typecmds.h @@ -7,14 +7,13 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: typecmds.h,v 1.3 2003/01/06 00:31:44 tgl Exp $ + * $Id: typecmds.h,v 1.4 2003/01/09 18:00:24 tgl Exp $ * *------------------------------------------------------------------------- */ #ifndef TYPECMDS_H #define TYPECMDS_H -#include "miscadmin.h" #include "nodes/parsenodes.h" |