1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-08 11:42:09 +03:00

Remove include of machine.h

This commit is contained in:
Marc G. Fournier
1996-08-27 22:20:28 +00:00
parent 3c0f8ed4ae
commit 6196646291
5 changed files with 5 additions and 11 deletions

View File

@ -6,7 +6,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.6 1996/08/27 07:42:22 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.7 1996/08/27 22:17:08 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -43,7 +43,6 @@
#include "utils/memutils.h"
#include "utils/palloc.h"
#include "fmgr.h"
#include "machine.h"
/*
* New copy code.