diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-16 17:07:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-16 17:07:40 +0000 |
commit | 773088809df925442bb9df35352c11e3d106314a (patch) | |
tree | ab0e98368b26dc6a2853cbe498c8660855213ab2 /src/include/commands/explain.h | |
parent | 4d5aa343de8564b48364bb5f8efa671b12ae0446 (diff) | |
download | postgresql-773088809df925442bb9df35352c11e3d106314a.tar.gz postgresql-773088809df925442bb9df35352c11e3d106314a.zip |
More cleanup
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); |