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/executor/execdesc.h | |
parent | 4d5aa343de8564b48364bb5f8efa671b12ae0446 (diff) | |
download | postgresql-773088809df925442bb9df35352c11e3d106314a.tar.gz |
More cleanup
Diffstat (limited to 'src/include/executor/execdesc.h')
-rw-r--r-- | src/include/executor/execdesc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/executor/execdesc.h b/src/include/executor/execdesc.h index 19823ac0e2..046268fe1b 100644 --- a/src/include/executor/execdesc.h +++ b/src/include/executor/execdesc.h @@ -7,16 +7,16 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: execdesc.h,v 1.11 1999/07/15 23:03:47 momjian Exp $ + * $Id: execdesc.h,v 1.12 1999/07/16 17:07:32 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef EXECDESC_H #define EXECDESC_H -#include "tcop/dest.h" -#include "nodes/plannodes.h" #include "nodes/parsenodes.h" +#include "nodes/plannodes.h" +#include "tcop/dest.h" /* ---------------- * query descriptor: |