From 773088809df925442bb9df35352c11e3d106314a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 16 Jul 1999 17:07:40 +0000 Subject: More cleanup --- src/include/commands/explain.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/commands/explain.h') 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); -- cgit v1.2.3