summaryrefslogtreecommitdiff
path: root/src/include/tcop/pquery.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-04 12:07:05 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-04 12:07:05 +0000
commitdc037969adaf7d5a16fa09b12b6fa6bf4e2938b8 (patch)
treea9ff0c5380b88c368e8153cfb588449f58530921 /src/include/tcop/pquery.h
parent0b3cb80e03a54636354930d2a1fc0186e3ba092c (diff)
downloadpostgresql-dc037969adaf7d5a16fa09b12b6fa6bf4e2938b8.tar.gz
Another one completely cleaned up
Diffstat (limited to 'src/include/tcop/pquery.h')
-rw-r--r--src/include/tcop/pquery.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h
index d8cbc7a49e..0e806a0b7b 100644
--- a/src/include/tcop/pquery.h
+++ b/src/include/tcop/pquery.h
@@ -6,15 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pquery.h,v 1.1 1996/08/28 07:27:51 scrappy Exp $
+ * $Id: pquery.h,v 1.2 1996/11/04 12:07:01 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PQUERY_H
#define PQUERY_H
-#include "executor/execdesc.h"
-#include "tcop/dest.h"
+#include <executor/execdesc.h>
/* moved to execdesc.h
extern QueryDesc *CreateQueryDesc(Query *parsetree, Plan *plantree,