diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-05-29 21:25:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-05-29 21:25:07 +0000 |
commit | 6c944bf3cc5b8329a9d6e9ab534387fcb68bf565 (patch) | |
tree | 2a4a318a686d1b6a69623d045e8f9f790fbe520b /src/bin/pgtclsh/pgtkAppInit.c | |
parent | 6ed00fee535018b1966a61491a4af07f078b4c68 (diff) |
Cleanup of <> and ""
Diffstat (limited to 'src/bin/pgtclsh/pgtkAppInit.c')
-rw-r--r-- | src/bin/pgtclsh/pgtkAppInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pgtclsh/pgtkAppInit.c b/src/bin/pgtclsh/pgtkAppInit.c index 9afa90bd72e..798bc67b4e0 100644 --- a/src/bin/pgtclsh/pgtkAppInit.c +++ b/src/bin/pgtclsh/pgtkAppInit.c @@ -13,7 +13,7 @@ */ #include <tk.h> -#include <libpgtcl.h> +#include "libpgtcl.h" /* * The following variable is a special hack that is needed in order for |