summaryrefslogtreecommitdiff
path: root/src/include/executor
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor')
-rw-r--r--src/include/executor/execdebug.h4
-rw-r--r--src/include/executor/execdesc.h8
-rw-r--r--src/include/executor/executor.h4
-rw-r--r--src/include/executor/tuptable.h4
4 files changed, 10 insertions, 10 deletions
diff --git a/src/include/executor/execdebug.h b/src/include/executor/execdebug.h
index cd67bd3f32..b88c7b3ecc 100644
--- a/src/include/executor/execdebug.h
+++ b/src/include/executor/execdebug.h
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: execdebug.h,v 1.10 1999/07/15 15:21:06 momjian Exp $
+ * $Id: execdebug.h,v 1.11 1999/07/15 23:03:46 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef EXECDEBUG_H
#define EXECDEBUG_H
-#include <nodes/print.h>
+#include "nodes/print.h"
/* ----------------------------------------------------------------
* debugging defines.
diff --git a/src/include/executor/execdesc.h b/src/include/executor/execdesc.h
index 0dba8ccabd..19823ac0e2 100644
--- a/src/include/executor/execdesc.h
+++ b/src/include/executor/execdesc.h
@@ -7,16 +7,16 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: execdesc.h,v 1.10 1999/02/13 23:21:23 momjian Exp $
+ * $Id: execdesc.h,v 1.11 1999/07/15 23:03:47 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef EXECDESC_H
#define EXECDESC_H
-#include <tcop/dest.h>
-#include <nodes/plannodes.h>
-#include <nodes/parsenodes.h>
+#include "tcop/dest.h"
+#include "nodes/plannodes.h"
+#include "nodes/parsenodes.h"
/* ----------------
* query descriptor:
diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h
index e979441a15..20ce01a250 100644
--- a/src/include/executor/executor.h
+++ b/src/include/executor/executor.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: executor.h,v 1.35 1999/07/15 15:21:06 momjian Exp $
+ * $Id: executor.h,v 1.36 1999/07/15 23:03:47 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -14,7 +14,7 @@
#define EXECUTOR_H
#include <stdio.h>
-#include <executor/execdesc.h>
+#include "executor/execdesc.h"
/* ----------------
* TupIsNull
diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h
index ad6390fa20..2a1d8a4b3a 100644
--- a/src/include/executor/tuptable.h
+++ b/src/include/executor/tuptable.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: tuptable.h,v 1.13 1999/07/15 15:21:14 momjian Exp $
+ * $Id: tuptable.h,v 1.14 1999/07/15 23:03:48 momjian Exp $
*
* NOTES
* The tuple table interface is getting pretty ugly.
@@ -17,7 +17,7 @@
#ifndef TUPTABLE_H
#define TUPTABLE_H
-#include <access/htup.h>
+#include "access/htup.h"
/* ----------------
* The executor tuple table is managed and manipulated by special