diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-16 05:00:38 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-16 05:00:38 +0000 |
commit | a71802e12ec04fed791ea47f24ea30e0f5d9f5c2 (patch) | |
tree | 80d29372e0bbdd85bc4938ec048fa565c98eac12 /src/backend/executor/nodeMaterial.c | |
parent | 9b645d481ccfa3638de915e0f75e3dfe9d520b79 (diff) | |
download | postgresql-a71802e12ec04fed791ea47f24ea30e0f5d9f5c2.tar.gz |
Final cleanup.
Diffstat (limited to 'src/backend/executor/nodeMaterial.c')
-rw-r--r-- | src/backend/executor/nodeMaterial.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/executor/nodeMaterial.c b/src/backend/executor/nodeMaterial.c index e99fb9d762..783dbc7b32 100644 --- a/src/backend/executor/nodeMaterial.c +++ b/src/backend/executor/nodeMaterial.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/executor/nodeMaterial.c,v 1.24 1999/07/16 03:12:53 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/executor/nodeMaterial.c,v 1.25 1999/07/16 04:58:50 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -21,11 +21,11 @@ #include "postgres.h" +#include "access/heapam.h" +#include "catalog/heap.h" #include "executor/executor.h" #include "executor/nodeMaterial.h" -#include "catalog/heap.h" #include "optimizer/internal.h" -#include "access/heapam.h" /* ---------------------------------------------------------------- * ExecMaterial |