1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Final #include cleanup.

This commit is contained in:
Bruce Momjian
2000-06-15 04:10:30 +00:00
parent df43800fc8
commit 946e80c435
26 changed files with 29 additions and 68 deletions

View File

@ -7,7 +7,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $Id: nodeHash.c,v 1.46 2000/05/31 00:28:17 petere Exp $
* $Id: nodeHash.c,v 1.47 2000/06/15 04:09:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -24,7 +24,6 @@
#include "postgres.h"
#include "executor/execdebug.h"
#include "executor/executor.h"
#include "executor/nodeHash.h"
#include "executor/nodeHashjoin.h"
#include "miscadmin.h"