1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

More #include cleanups

Once access/* is cleaned out, will redo using -Wall on compile to
make sure that all prototyping is correct
This commit is contained in:
Marc G. Fournier
1996-10-20 09:27:24 +00:00
parent 5a0b450c78
commit e1220b7c21
8 changed files with 236 additions and 105 deletions

View File

@@ -7,18 +7,15 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtproc.c,v 1.1.1.1 1996/07/09 06:21:13 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtproc.c,v 1.2 1996/10/20 09:27:06 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include <math.h>
#include <string.h>
#include "postgres.h"
#include "utils/elog.h"
#include "utils/geo-decls.h"
#include "utils/palloc.h"
BOX
*rt_box_union(BOX *a, BOX *b)