From 6c944bf3cc5b8329a9d6e9ab534387fcb68bf565 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 29 May 2000 21:25:07 +0000 Subject: Cleanup of <> and "" --- src/bin/pgtclsh/pgtclAppInit.c | 2 +- src/bin/pgtclsh/pgtkAppInit.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin') diff --git a/src/bin/pgtclsh/pgtclAppInit.c b/src/bin/pgtclsh/pgtclAppInit.c index 184c933475..f5fdfeec46 100644 --- a/src/bin/pgtclsh/pgtclAppInit.c +++ b/src/bin/pgtclsh/pgtclAppInit.c @@ -14,7 +14,7 @@ #include -#include +#include "libpgtcl.h" /* * The following variable is a special hack that is needed in order for diff --git a/src/bin/pgtclsh/pgtkAppInit.c b/src/bin/pgtclsh/pgtkAppInit.c index 9afa90bd72..798bc67b4e 100644 --- a/src/bin/pgtclsh/pgtkAppInit.c +++ b/src/bin/pgtclsh/pgtkAppInit.c @@ -13,7 +13,7 @@ */ #include -#include +#include "libpgtcl.h" /* * The following variable is a special hack that is needed in order for -- cgit v1.2.1