diff options
Diffstat (limited to 'src/bin/psql/common.c')
-rw-r--r-- | src/bin/psql/common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c index a19739dca13..aa395703b6c 100644 --- a/src/bin/psql/common.c +++ b/src/bin/psql/common.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2007, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/common.c,v 1.135 2007/06/22 01:09:28 neilc Exp $ + * $PostgreSQL: pgsql/src/bin/psql/common.c,v 1.136 2007/10/13 20:18:41 tgl Exp $ */ #include "postgres_fe.h" #include "common.h" @@ -22,7 +22,6 @@ #include "settings.h" #include "command.h" #include "copy.h" -#include "mb/pg_wchar.h" #include "mbprint.h" |