summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-05-29 21:25:07 +0000
committerBruce Momjian <bruce@momjian.us>2000-05-29 21:25:07 +0000
commit6c944bf3cc5b8329a9d6e9ab534387fcb68bf565 (patch)
tree2a4a318a686d1b6a69623d045e8f9f790fbe520b /src/interfaces/libpgtcl
parent6ed00fee535018b1966a61491a4af07f078b4c68 (diff)
downloadpostgresql-6c944bf3cc5b8329a9d6e9ab534387fcb68bf565.tar.gz
Cleanup of <> and ""
Diffstat (limited to 'src/interfaces/libpgtcl')
-rw-r--r--src/interfaces/libpgtcl/libpgtcl.h4
-rw-r--r--src/interfaces/libpgtcl/pgtclCmds.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/libpgtcl/libpgtcl.h b/src/interfaces/libpgtcl/libpgtcl.h
index 778d7c3fa7..c1a7bd96c6 100644
--- a/src/interfaces/libpgtcl/libpgtcl.h
+++ b/src/interfaces/libpgtcl/libpgtcl.h
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: libpgtcl.h,v 1.9 2000/01/26 05:58:43 momjian Exp $
+ * $Id: libpgtcl.h,v 1.10 2000/05/29 21:25:03 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -16,7 +16,7 @@
#ifndef LIBPGTCL_H
#define LIBPGTCL_H
-#include "tcl.h"
+#include <tcl.h>
extern int Pgtcl_Init(Tcl_Interp *interp);
extern int Pgtcl_SafeInit(Tcl_Interp *interp);
diff --git a/src/interfaces/libpgtcl/pgtclCmds.h b/src/interfaces/libpgtcl/pgtclCmds.h
index b1d908fbee..76fff887aa 100644
--- a/src/interfaces/libpgtcl/pgtclCmds.h
+++ b/src/interfaces/libpgtcl/pgtclCmds.h
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pgtclCmds.h,v 1.17 2000/04/12 17:17:11 momjian Exp $
+ * $Id: pgtclCmds.h,v 1.18 2000/05/29 21:25:03 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -14,7 +14,7 @@
#ifndef PGTCLCMDS_H
#define PGTCLCMDS_H
-#include "tcl.h"
+#include <tcl.h>
#include "libpq-fe.h"
#define RES_HARD_MAX 128