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

Remove unused #includes in *.c files.

This commit is contained in:
Bruce Momjian
1999-07-15 22:40:16 +00:00
parent 40a89e08b2
commit 2e6b1e63a3
238 changed files with 239 additions and 1460 deletions

View File

@ -6,7 +6,7 @@
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: nodeHash.c,v 1.36 1999/05/25 16:08:41 momjian Exp $
* $Id: nodeHash.c,v 1.37 1999/07/15 22:39:08 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -24,12 +24,10 @@
#include <string.h>
#include "postgres.h"
#include "miscadmin.h"
#include "executor/execdebug.h"
#include "executor/executor.h"
#include "executor/nodeHash.h"
#include "executor/nodeHashjoin.h"
#include "utils/hsearch.h"
#include "utils/portal.h"
extern int SortMem;