diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-04 07:18:46 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-04 07:18:46 +0000 |
commit | d93d3c843af1eafb7cf6e0f79693a4cf3cc8a7af (patch) | |
tree | 4b04598fb7f58634a34f5cc1a7e6097e2d7802f6 /src/include/utils/array.h | |
parent | 796aca39162308d2deb83738b326e91d1d489de9 (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.h | 5 |
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) */ |