Commit d2aa4051 authored by Marc G. Fournier's avatar Marc G. Fournier

Cleaned up include headers

parent 4029fb52
...@@ -8,21 +8,17 @@ ...@@ -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) {
/*-------------------------------------------------------------------------- /*--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment