1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-19 17:02:53 +03:00

More include file adjustments.

This commit is contained in:
Bruce Momjian
2006-07-13 18:01:02 +00:00
parent b844dd3f9e
commit b43ebe5f83
9 changed files with 9 additions and 22 deletions

View File

@@ -13,7 +13,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/utils/catcache.h,v 1.60 2006/07/13 17:47:02 momjian Exp $
* $PostgreSQL: pgsql/src/include/utils/catcache.h,v 1.61 2006/07/13 18:01:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -22,7 +22,6 @@
#include "access/htup.h"
#include "access/skey.h"
#include "access/tupdesc.h"
#include "lib/dllist.h"
#include "utils/rel.h"