diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-15 22:40:16 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-15 22:40:16 +0000 |
commit | 2e6b1e63a3f4990594af94afe1b3cef90ae752b5 (patch) | |
tree | bb72a1ec4e38514c726a73b1344971307c2db01e /src/backend/commands/user.c | |
parent | 40a89e08b2d7bb592d940e56f696df4a6459e7a3 (diff) | |
download | postgresql-2e6b1e63a3f4990594af94afe1b3cef90ae752b5.tar.gz postgresql-2e6b1e63a3f4990594af94afe1b3cef90ae752b5.zip |
Remove unused #includes in *.c files.
Diffstat (limited to 'src/backend/commands/user.c')
-rw-r--r-- | src/backend/commands/user.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/backend/commands/user.c b/src/backend/commands/user.c index 57ac35fb1f4..0419cb527b8 100644 --- a/src/backend/commands/user.c +++ b/src/backend/commands/user.c @@ -5,7 +5,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: user.c,v 1.28 1999/05/25 16:08:27 momjian Exp $ + * $Id: user.c,v 1.29 1999/07/15 22:39:02 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -24,12 +24,8 @@ #include <catalog/pg_shadow.h> #include <libpq/crypt.h> #include <access/heapam.h> -#include <access/xact.h> -#include <storage/bufmgr.h> -#include <storage/lmgr.h> #include <tcop/tcopprot.h> #include <utils/acl.h> -#include <utils/rel.h> #include <utils/syscache.h> #include <commands/user.h> |