1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Re-add -I../.. for fmgr.h

Change #include "" to #include <>

Remove a few unused #includes

Make sure it compiles with -Wall -Werror
This commit is contained in:
Marc G. Fournier
1996-11-05 07:42:46 +00:00
parent efef619b83
commit 1c3a7767ca
8 changed files with 52 additions and 52 deletions

View File

@ -7,15 +7,15 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.8 1996/11/03 10:57:23 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.9 1996/11/05 07:42:45 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include <postgres.h>
#include "fmgr.h"
#include "access/skey.h"
#include <fmgr.h>
#include <access/skey.h>
/*
* ScanKeyEntryIsLegal --