From: Bruce Momjian Date: Wed, 26 Apr 2000 22:51:14 +0000 (+0000) Subject: Fix include "" to <> X-Git-Tag: REL7_0~50 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=00645eb1fd733b4fa765f97b74d59abe7e27bff6;p=users%2Fc2main%2Fpostgres.git Fix include "" to <> --- diff --git a/src/bin/pgtclsh/pgtkAppInit.c b/src/bin/pgtclsh/pgtkAppInit.c index 02ec10af6c..9afa90bd72 100644 --- a/src/bin/pgtclsh/pgtkAppInit.c +++ b/src/bin/pgtclsh/pgtkAppInit.c @@ -12,8 +12,8 @@ * of this file, and for a DISCLAIMER OF ALL WARRANTIES. */ -#include "tk.h" -#include "libpgtcl.h" +#include +#include /* * The following variable is a special hack that is needed in order for