aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-19 04:09:32 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-19 04:09:32 +0000
commit7260183685f2cc5c28a6ace820ea9e3752390806 (patch)
tree832e46b7b9467a321119779cf6c82f6b27789105 /src
parentd0bfb6b78d8c902569fcfdd4800a917f362e6c03 (diff)
downloadpostgresql-7260183685f2cc5c28a6ace820ea9e3752390806.tar.gz
postgresql-7260183685f2cc5c28a6ace820ea9e3752390806.zip
...same
Diffstat (limited to 'src')
-rw-r--r--src/include/access/ibit.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/access/ibit.h b/src/include/access/ibit.h
index ba2184ed95e..69b4c9fb38d 100644
--- a/src/include/access/ibit.h
+++ b/src/include/access/ibit.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: ibit.h,v 1.1 1996/08/27 21:50:15 scrappy Exp $
+ * $Id: ibit.h,v 1.2 1996/10/19 04:09:32 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef IBIT_H
#define IBIT_H
-#include "c.h"
#include "utils/memutils.h"
typedef struct IndexAttributeBitMapData {