1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-27 00:12:01 +03:00

-Wall based cleanup of include files, based from acl.h, and everything

that it depends on
This commit is contained in:
Marc G. Fournier
1996-11-04 07:18:46 +00:00
parent 796aca3916
commit d93d3c843a
10 changed files with 24 additions and 27 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: acl.h,v 1.2 1996/10/31 09:51:05 scrappy Exp $
* $Id: acl.h,v 1.3 1996/11/04 07:18:36 scrappy Exp $
*
* NOTES
* For backward-compatability purposes we have to allow there
@@ -22,8 +22,8 @@
#ifndef ACL_H
#define ACL_H
#include "utils/array.h"
#include "nodes/parsenodes.h" /* for ChangeACLStmt */
#include <nodes/parsenodes.h>
#include <utils/array.h>
/*
* AclId system identifier for the user, group, etc.