diff options
Diffstat (limited to 'src/include/commands/explain.h')
-rw-r--r-- | src/include/commands/explain.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h index 27a7a47d2c0..81157ab86d1 100644 --- a/src/include/commands/explain.h +++ b/src/include/commands/explain.h @@ -5,15 +5,15 @@ * * Copyright (c) 1994-5, Regents of the University of California * - * $Id: explain.h,v 1.8 1999/02/13 23:21:19 momjian Exp $ + * $Id: explain.h,v 1.9 1999/07/16 17:07:31 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef EXPLAIN_H #define EXPLAIN_H -#include "tcop/dest.h" #include "nodes/parsenodes.h" +#include "tcop/dest.h" extern void ExplainQuery(Query *query, bool verbose, CommandDest dest); |