1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-20 15:22:23 +03:00

Cleaned up include headers

This commit is contained in:
Marc G. Fournier
1996-11-03 23:46:28 +00:00
parent 4029fb52c6
commit d2aa40517a

View File

@ -8,21 +8,17 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.1 1996/11/02 02:06:47 bryanh Exp $ * $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.2 1996/11/03 23:46:28 scrappy Exp $
* *
* DESCRIPTION * DESCRIPTION
* See superuser(). * See superuser().
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#include <c.h>
#include <postgres.h> #include <postgres.h>
#include <access/htup.h>
#include <utils/syscache.h> #include <utils/syscache.h>
#include <catalog/pg_user.h> #include <catalog/pg_user.h>
bool bool
superuser(void) { superuser(void) {
/*-------------------------------------------------------------------------- /*--------------------------------------------------------------------------