1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-11 00:12:06 +03:00
#include "postgres.h"
	#include "c.h"
This commit is contained in:
Marc G. Fournier
1996-10-31 09:51:30 +00:00
parent 3341750769
commit 99412aef23
86 changed files with 87 additions and 185 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: acl.h,v 1.1 1996/08/28 01:58:40 scrappy Exp $
* $Id: acl.h,v 1.2 1996/10/31 09:51:05 scrappy Exp $
*
* NOTES
* For backward-compatability purposes we have to allow there
@@ -22,7 +22,6 @@
#ifndef ACL_H
#define ACL_H
#include "postgres.h"
#include "utils/array.h"
#include "nodes/parsenodes.h" /* for ChangeACLStmt */