summaryrefslogtreecommitdiff
path: root/src/include/utils/array.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-04 07:18:46 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-04 07:18:46 +0000
commitd93d3c843af1eafb7cf6e0f79693a4cf3cc8a7af (patch)
tree4b04598fb7f58634a34f5cc1a7e6097e2d7802f6 /src/include/utils/array.h
parent796aca39162308d2deb83738b326e91d1d489de9 (diff)
-Wall based cleanup of include files, based from acl.h, and everything
that it depends on
Diffstat (limited to 'src/include/utils/array.h')
-rw-r--r--src/include/utils/array.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/utils/array.h b/src/include/utils/array.h
index 8ab5b1370f8..d27f89691e8 100644
--- a/src/include/utils/array.h
+++ b/src/include/utils/array.h
@@ -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) */