diff options
| author | Bruce Momjian <bruce@momjian.us> | 1997-11-26 01:14:33 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1997-11-26 01:14:33 +0000 |
| commit | 598e86f3b30bfd343dfa5c3b9a310dbd91a96413 (patch) | |
| tree | 7c94ee05e61fd2e9cb45280ca386a914b20b11cc /src/include/commands/explain.h | |
| parent | 4a5b781d71b61887fd312112d75979f250bf723f (diff) | |
Cleanup up include files.
Diffstat (limited to 'src/include/commands/explain.h')
| -rw-r--r-- | src/include/commands/explain.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h index b2880868cd2..6b808582a0e 100644 --- a/src/include/commands/explain.h +++ b/src/include/commands/explain.h @@ -5,13 +5,16 @@ * * Copyright (c) 1994-5, Regents of the University of California * - * $Id: explain.h,v 1.5 1997/09/08 21:51:38 momjian Exp $ + * $Id: explain.h,v 1.6 1997/11/26 01:12:16 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef EXPLAIN_H #define EXPLAIN_H +#include "tcop/dest.h" +#include "nodes/parsenodes.h" + extern void ExplainQuery(Query *query, bool verbose, CommandDest dest); #endif /* EXPLAIN_H */ |
