aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-19 04:16:04 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-19 04:16:04 +0000
commit7bb98fd6180a513b0d19f423b5d765e0503cc2fb (patch)
tree4a73ad6e90af8890317994b6f099b3c267b1722b
parent7260183685f2cc5c28a6ace820ea9e3752390806 (diff)
downloadpostgresql-7bb98fd6180a513b0d19f423b5d765e0503cc2fb.tar.gz
postgresql-7bb98fd6180a513b0d19f423b5d765e0503cc2fb.zip
step by step...file by file...
-rw-r--r--src/include/utils/syscache.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h
index 82f38b9a908..2bc34bc4e4e 100644
--- a/src/include/utils/syscache.h
+++ b/src/include/utils/syscache.h
@@ -6,18 +6,17 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: syscache.h,v 1.1 1996/08/28 01:59:26 scrappy Exp $
+ * $Id: syscache.h,v 1.2 1996/10/19 04:16:04 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef SYSCACHE_H
#define SYSCACHE_H
+#include "access/attnum.h"
+
/*#define CACHEDEBUG*/ /* turns DEBUG elogs on */
-#include "postgres.h"
-#include "access/htup.h"
-#include "nodes/pg_list.h"
/*
* Declarations for util/syscache.c.