]> granicus.if.org Git - postgresql/blobdiff - src/backend/tcop/aclchk.c
Remove tqual.h includes not needed.
[postgresql] / src / backend / tcop / aclchk.c
index f37c38476a31b20e6bd92beb3bdf72a63ec2a4c2..0b8a49f1882aecd85190b1f95ca3002d1ec227d6 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/tcop/Attic/aclchk.c,v 1.18 1997/11/20 23:22:50 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/tcop/Attic/aclchk.c,v 1.19 1997/11/24 05:08:47 momjian Exp $
  *
  * NOTES
  *       See acl.h.
@@ -33,6 +33,7 @@
 #include "catalog/pg_proc.h"
 #include "catalog/pg_user.h"
 #include "utils/syscache.h"
+#include "utils/tqual.h"
 #include "parser/catalog_utils.h"
 #include "fmgr.h"