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

Remove <values.h> inclusions, no-longer-needed MAXINT definitions.

This commit is contained in:
Tom Lane
2000-07-28 02:13:52 +00:00
parent ad7b47aa02
commit 87cdaf5491
10 changed files with 12 additions and 47 deletions

View File

@ -4,7 +4,7 @@
* Functions for the built-in type bit() and varying bit().
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/varbit.c,v 1.5 2000/07/12 22:59:09 petere Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/varbit.c,v 1.6 2000/07/28 02:13:31 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@ -21,10 +21,6 @@
#include <math.h>
#include <limits.h>
#ifdef HAVE_VALUES_H
#include <values.h>
#endif
#include "fmgr.h"
#include "utils/builtins.h"
#include "utils/varbit.h"