mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
-Wall based cleanup of include files, based from acl.h, and everything
that it depends on
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: array.h,v 1.2 1996/11/04 04:00:36 momjian Exp $
|
||||
* $Id: array.h,v 1.3 1996/11/04 07:18:39 scrappy Exp $
|
||||
*
|
||||
* NOTES
|
||||
* XXX the data array should be LONGALIGN'd -- notice that the array
|
||||
@ -22,8 +22,7 @@
|
||||
#ifndef ARRAY_H
|
||||
#define ARRAY_H
|
||||
|
||||
#include <stdio.h> /* for FILE (XXX should use File) */
|
||||
#include "utils/memutils.h"
|
||||
#include <stdio.h>
|
||||
|
||||
typedef struct {
|
||||
int size; /* total array size (in bytes) */
|
||||
|
Reference in New Issue
Block a user