]> granicus.if.org Git - postgresql/commitdiff
step by step...file by file...
authorMarc G. Fournier <scrappy@hub.org>
Sat, 19 Oct 1996 04:16:04 +0000 (04:16 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 19 Oct 1996 04:16:04 +0000 (04:16 +0000)
src/include/utils/syscache.h

index 82f38b9a9082e3be0e6668ef9b1a8cba1b04608f..2bc34bc4e4eb49355bef875319510bc586f77a34 100644 (file)
@@ -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.