summaryrefslogtreecommitdiff
path: root/src/include/tcop
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/tcop')
-rw-r--r--src/include/tcop/dest.h6
-rw-r--r--src/include/tcop/pquery.h4
-rw-r--r--src/include/tcop/utility.h4
3 files changed, 7 insertions, 7 deletions
diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h
index f46f9b32484..25947146527 100644
--- a/src/include/tcop/dest.h
+++ b/src/include/tcop/dest.h
@@ -44,15 +44,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: dest.h,v 1.20 1999/05/25 22:43:29 momjian Exp $
+ * $Id: dest.h,v 1.20.2.1 1999/07/30 17:07:20 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef DEST_H
#define DEST_H
-#include <access/htup.h>
-#include <access/tupdesc.h>
+#include "access/htup.h"
+#include "access/tupdesc.h"
/* ----------------
* CommandDest is a simplistic means of identifying the desired
diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h
index 5c783d50142..6465faad0bd 100644
--- a/src/include/tcop/pquery.h
+++ b/src/include/tcop/pquery.h
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pquery.h,v 1.12 1999/02/13 23:22:13 momjian Exp $
+ * $Id: pquery.h,v 1.12.2.1 1999/07/30 17:07:20 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PQUERY_H
#define PQUERY_H
-#include <executor/execdesc.h>
+#include "executor/execdesc.h"
/* moved to execdesc.h
extern QueryDesc *CreateQueryDesc(Query *parsetree, Plan *plantree,
diff --git a/src/include/tcop/utility.h b/src/include/tcop/utility.h
index 8baffbeb2c4..66f94c3aed2 100644
--- a/src/include/tcop/utility.h
+++ b/src/include/tcop/utility.h
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: utility.h,v 1.7 1999/02/13 23:22:13 momjian Exp $
+ * $Id: utility.h,v 1.7.2.1 1999/07/30 17:07:20 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef UTILITY_H
#define UTILITY_H
-#include <executor/execdesc.h>
+#include "executor/execdesc.h"
extern void ProcessUtility(Node *parsetree, CommandDest dest);