aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/execdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/execdebug.h')
-rw-r--r--src/include/executor/execdebug.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/executor/execdebug.h b/src/include/executor/execdebug.h
index 0613a976e65..14aacc8bd3a 100644
--- a/src/include/executor/execdebug.h
+++ b/src/include/executor/execdebug.h
@@ -6,15 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: execdebug.h,v 1.8 1999/02/23 07:39:40 thomas Exp $
+ * $Id: execdebug.h,v 1.9 1999/07/14 01:20:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef EXECDEBUG_H
#define EXECDEBUG_H
-#include "access/printtup.h"
-
/* ----------------------------------------------------------------
* debugging defines.
*
@@ -319,8 +317,6 @@ extern int NIndexTupleInserted;
*/
#ifdef EXEC_MERGEJOINDEBUG
-#include "nodes/print.h"
-
#define MJ_nodeDisplay(l) nodeDisplay(l)
#define MJ_printf(s) printf(s)
#define MJ1_printf(s, p) printf(s, p)