summaryrefslogtreecommitdiff
path: root/src/include/utils/catcache.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-31 09:51:30 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-31 09:51:30 +0000
commit99412aef2326b5610a64a2fd2611bc0fb003296e (patch)
treeebe3b6557b912fab336d0721cd330eaf65cb16c3 /src/include/utils/catcache.h
parent3341750769e061e83c068b5b78a048d6cba733ca (diff)
downloadpostgresql-99412aef2326b5610a64a2fd2611bc0fb003296e.tar.gz
remove:
#include "postgres.h" #include "c.h"
Diffstat (limited to 'src/include/utils/catcache.h')
-rw-r--r--src/include/utils/catcache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/utils/catcache.h b/src/include/utils/catcache.h
index 317e350543..8b2f5f6901 100644
--- a/src/include/utils/catcache.h
+++ b/src/include/utils/catcache.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: catcache.h,v 1.1 1996/08/28 01:58:46 scrappy Exp $
+ * $Id: catcache.h,v 1.2 1996/10/31 09:51:09 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,7 +15,6 @@
/* #define CACHEDEBUG turns DEBUG elogs on */
-#include "postgres.h"
#include "access/skey.h"
#include "access/htup.h"