1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-21 10:42:50 +03:00

Remove tqual.h includes not needed.

This commit is contained in:
Bruce Momjian
1997-11-24 05:09:50 +00:00
parent 1409819a87
commit f7f2e18f8e
25 changed files with 44 additions and 50 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: valid.h,v 1.10 1997/11/20 23:23:35 momjian Exp $
* $Id: valid.h,v 1.11 1997/11/24 05:09:41 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -16,11 +16,11 @@
#include <fmgr.h>
#include <access/heapam.h>
#include <access/valid.h>
#include <utils/tqual.h>
#include <storage/bufmgr.h>
#include <storage/bufpage.h>
#include <utils/rel.h>
#include <utils/builtins.h>
#include <utils/tqual.h>
/* ----------------
* extern decl's