summaryrefslogtreecommitdiff
path: root/src/include/utils/array.h
diff options
context:
space:
mode:
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) */