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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user