From: Bruce Momjian Date: Wed, 16 Feb 2000 13:22:00 +0000 (+0000) Subject: include cleanup X-Git-Tag: REL7_0~631 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=988d53e5ea6d87a284e8d3c81829e86b89455fa9;p=thirdparty%2Fpostgresql.git include cleanup --- diff --git a/src/bin/pg_encoding/pg_encoding.c b/src/bin/pg_encoding/pg_encoding.c index 905495a37f7..2b98db4e0ed 100644 --- a/src/bin/pg_encoding/pg_encoding.c +++ b/src/bin/pg_encoding/pg_encoding.c @@ -7,11 +7,11 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/pg_encoding/Attic/pg_encoding.c,v 1.6 2000/01/15 18:30:32 petere Exp $ + * $Header: /cvsroot/pgsql/src/bin/pg_encoding/Attic/pg_encoding.c,v 1.7 2000/02/16 13:22:00 momjian Exp $ * *------------------------------------------------------------------------- */ -#include "c.h" +#include "postgres.h" #include "mb/pg_wchar.h" static void usage(void);