1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-11 10:01:57 +03:00

More intelligent #include cleanups, as pointed out by Bryan...

Compiled with -Wall -Werror
This commit is contained in:
Marc G. Fournier
1996-11-01 09:41:41 +00:00
parent 3516eda61c
commit a95674269f
8 changed files with 51 additions and 118 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.5 1996/10/21 11:49:40 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.6 1996/11/01 09:41:40 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -19,7 +19,6 @@
#include "access/skey.h"
/*
* ScanKeyEntryIsLegal --
* True iff the scan key entry is legal.