]> granicus.if.org Git - postgresql/blobdiff - src/backend/catalog/heap.c
Remove tqual.h includes not needed.
[postgresql] / src / backend / catalog / heap.c
index d0174c6e7a0b028daa3ceded2b0181d9ef129bf0..6a150a01b22a411038eaf09a80c2a8f684c4ad8b 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.32 1997/11/21 18:04:11 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.33 1997/11/24 05:08:07 momjian Exp $
  *
  * INTERFACE ROUTINES
  *             heap_creatr()                   - Create an uncataloged heap relation
@@ -51,6 +51,7 @@
 #include <utils/builtins.h>
 #include <utils/mcxt.h>
 #include <utils/relcache.h>
+#include <utils/tqual.h>
 #include <nodes/plannodes.h>
 #ifndef HAVE_MEMMOVE
 #include <regex/utils.h>