1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +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

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.19 1997/11/01 05:21:38 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.20 1997/11/24 05:08:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -17,8 +17,8 @@
#include <utils/memutils.h>
#include "utils/acl.h"
#include "catalog/pg_user.h"
#include "utils/syscache.h"
#include "catalog/pg_user.h"
#include "miscadmin.h"
static char *getid(char *s, char *n);