summaryrefslogtreecommitdiff
path: root/src/include/tcop/pquery.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/tcop/pquery.h')
-rw-r--r--src/include/tcop/pquery.h4
1 files changed, 2 insertions, 2 deletions
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,