aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/user.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-06-15 03:33:12 +0000
committerBruce Momjian <bruce@momjian.us>2000-06-15 03:33:12 +0000
commitdf43800fc855bd64dbe6c85c4d13bda1ea6a33c9 (patch)
tree86eb611a5ef96008204350d7f72653657b92069e /src/include/commands/user.h
parente362d4e1eadd75f083dd0ed6a5304a0f057379fb (diff)
downloadpostgresql-df43800fc855bd64dbe6c85c4d13bda1ea6a33c9.tar.gz
postgresql-df43800fc855bd64dbe6c85c4d13bda1ea6a33c9.zip
Clean up #include's.
Diffstat (limited to 'src/include/commands/user.h')
-rw-r--r--src/include/commands/user.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/commands/user.h b/src/include/commands/user.h
index d985d72d023..489fd98c853 100644
--- a/src/include/commands/user.h
+++ b/src/include/commands/user.h
@@ -3,7 +3,7 @@
* user.h
*
*
- * $Id: user.h,v 1.12 2000/05/29 01:59:11 tgl Exp $
+ * $Id: user.h,v 1.13 2000/06/15 03:32:35 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -11,7 +11,6 @@
#define USER_H
#include "nodes/parsenodes.h"
-#include "access/htup.h"
extern void CreateUser(CreateUserStmt *stmt);
extern void AlterUser(AlterUserStmt *stmt);