diff options
author | Bruce Momjian | 2000-04-26 22:51:14 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-04-26 22:51:14 +0000 |
commit | 00645eb1fd733b4fa765f97b74d59abe7e27bff6 (patch) | |
tree | de2a01c8be81918c55100a0245cf06a199c6ea0c | |
parent | f839762e0be13ed7f1c41d62e1d94671d39b18a4 (diff) |
Fix include "" to <>
-rw-r--r-- | src/bin/pgtclsh/pgtkAppInit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pgtclsh/pgtkAppInit.c b/src/bin/pgtclsh/pgtkAppInit.c index 02ec10af6c1..9afa90bd72e 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 <tk.h> +#include <libpgtcl.h> /* * The following variable is a special hack that is needed in order for |