diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1996-11-04 12:07:05 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-04 12:07:05 +0000 |
| commit | dc037969adaf7d5a16fa09b12b6fa6bf4e2938b8 (patch) | |
| tree | a9ff0c5380b88c368e8153cfb588449f58530921 /src/include/tcop/pquery.h | |
| parent | 0b3cb80e03a54636354930d2a1fc0186e3ba092c (diff) | |
| download | postgresql-dc037969adaf7d5a16fa09b12b6fa6bf4e2938b8.tar.gz | |
Another one completely cleaned up
Diffstat (limited to 'src/include/tcop/pquery.h')
| -rw-r--r-- | src/include/tcop/pquery.h | 5 |
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, |
