aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-31 09:51:30 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-31 09:51:30 +0000
commit99412aef2326b5610a64a2fd2611bc0fb003296e (patch)
treeebe3b6557b912fab336d0721cd330eaf65cb16c3 /src/include/executor
parent3341750769e061e83c068b5b78a048d6cba733ca (diff)
downloadpostgresql-99412aef2326b5610a64a2fd2611bc0fb003296e.tar.gz
postgresql-99412aef2326b5610a64a2fd2611bc0fb003296e.zip
remove:
#include "postgres.h" #include "c.h"
Diffstat (limited to 'src/include/executor')
-rw-r--r--src/include/executor/executor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h
index e6875c1cd27..c849a06616c 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.1 1996/08/28 07:22:09 scrappy Exp $
+ * $Id: executor.h,v 1.2 1996/10/31 09:48:30 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -20,7 +20,6 @@
#include <stdio.h>
#include <string.h>
-#include "postgres.h"
#include "nodes/pg_list.h"
/* ----------------