1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-16 15:02:33 +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,16 +6,16 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: primnodes.h,v 1.5 1996/11/03 12:12:58 scrappy Exp $
* $Id: primnodes.h,v 1.6 1996/11/04 07:18:21 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PRIMNODES_H
#define PRIMNODES_H
#include "nodes/pg_list.h"
#include "access/attnum.h"
#include "utils/fcache.h"
#include <utils/fcache.h>
#include <access/attnum.h>
#include <nodes/pg_list.h>
/* ----------------------------------------------------------------
* node definitions