Skip to content

Commit c16afb4

Browse files
committed
Whoever touched this code last doesn't seem to understand
what a header file is for :-(
1 parent 76898cd commit c16afb4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/backend/tcop/utility.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.75 1999/12/16 17:24:15 momjian Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.76 1999/12/20 01:19:58 tgl Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -31,22 +31,19 @@
3131
#include "commands/rename.h"
3232
#include "commands/sequence.h"
3333
#include "commands/trigger.h"
34+
#include "commands/user.h"
3435
#include "commands/vacuum.h"
3536
#include "commands/variable.h"
3637
#include "commands/view.h"
3738
#include "miscadmin.h"
39+
#include "parser/parse.h"
3840
#include "rewrite/rewriteDefine.h"
3941
#include "rewrite/rewriteRemove.h"
4042
#include "tcop/utility.h"
4143
#include "utils/acl.h"
4244
#include "utils/ps_status.h"
4345
#include "utils/syscache.h"
4446

45-
#include "../backend/parser/parse.h"
46-
47-
void DefineUser(CreateUserStmt *stmt, CommandDest);
48-
void AlterUser(AlterUserStmt *stmt, CommandDest);
49-
void RemoveUser(char *username, CommandDest);
5047

5148
/* ----------------
5249
* CHECK_IF_ABORTED() is used to avoid doing unnecessary

0 commit comments

Comments
 (0)